Skip to content

Commit

Permalink
Minimize VS Code support files.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Mar 24, 2022
1 parent 09b8771 commit a48b52f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 125 deletions.
80 changes: 1 addition & 79 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,5 @@
{
// FYI: if the TS version that vscode needs to be set, the path will be something like this (with whatever version instead of 3.9.5)
"typescript.tsdk": "ce/common/temp/node_modules/typescript/lib",
"files.eol": "\n",
"files.exclude": {
"**/common/temp/**": true,
"node_modules/**": true,
"**/generated/**": false,
"**/dist/**": true,
"**/dist/dist/**": false,
"**/obj/**": true,
"**/bin/**": true,
"**/node_modules/**": true,
"**/test/**/*.d.ts": true,
"**/test/**/*.js": true,
"**/*.?s.map": true,
"**/*.log": true,
"**/.rush": true,
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.d.tsx": {
"when": "$(basename).ts"
},
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.detectIndentation": false
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
},
"[csharp]": {
"editor.tabSize": 4,
},
"[json]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.detectIndentation": false
},
"[jsonc]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.detectIndentation": false
},
"files.associations": {
"rush.json": "jsonc",
"command-line.json": "jsonc"
},
"eslint.workingDirectories": [
{
"changeProcessCWD": true,
"directory": "./ce",
},
{
"changeProcessCWD": true,
"directory": "./test",
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
},
"eslint.format.enable": true,
"typescript.tsdk": "ce/ce/common/temp/node_modules/typescript/lib",
"mochaExplorer.files": "./ce/test/**/*.js",
"mochaExplorer.ignore": [
"./ce/test/**/*.d.ts",
Expand All @@ -89,9 +16,4 @@
],
"mochaExplorer.monkeyPatch": true,
"mochaExplorer.debuggerConfig": "MochaTest",
"mochaExplorer.env": {
// turn this on to dump session.debug messages in the test output window.
// "debug": "true"
},
"eslint.debug": true
}
46 changes: 0 additions & 46 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit a48b52f

Please sign in to comment.