diff --git a/.gitignore b/.gitignore index e43b0f9..2608ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index caa3d2b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "randomFile.extensions": [ - - ".htm", - ".html", - ".md", - ".txt", - ".asm", - ".s", - ".c", - ".cpp", - ".h", - ".cs", - ".dart", - ".go", - ".jai", - ".java", - ".js", - ".jsx", - ".ts", - ".tsx", - ".kt", - ".lua", - ".odin", - ".php", - ".pl", - ".py", - ".rb", - ".rs", - ".sh", - ".swift", - ".zig" - ], - "randomFile.excludeDirs": [ - "node_modules" - ] -} \ No newline at end of file diff --git a/package.json b/package.json index 4948b5f..80a1cfe 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "activationEvents": [ - "onCommand:extension.randomFile" + "onCommand:extension.randomFile", + "onCommand:extension.randomTab" ], "contributes": { "commands": [ { "command": "extension.randomFile", "title": "Open a random File" + }, + { + "command": "extension.randomTab", + "title": "Show a random tab" } ], "configuration": {