1 // Place your settings in this file to overwrite default and user settings.
3 // Specify GOPATH here to override the one that is set as environment variable. The inferred GOPATH from workspace root overrides this, if go.inferGopath is set to true.
4 "go.gopath": "${workspaceRoot}/../../../../../..",
6 // The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
8 // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
9 "editor.insertSpaces": true,
11 // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
12 "editor.detectIndentation": true,
14 // .jsbeautifyrc not at root directory but under webapp/
15 "beautify.config": "webapp/.jsbeautifyrc",
16 // Configure glob patterns for excluding files and folders.
26 "webapp*/node_modules": true
28 // Specify paths/files to ignore. (Supports Globs)
29 "cSpell.ignorePaths": [
31 "**/vscode-extension/**",
38 // Words to add to dictionary for a workspace.
110 "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
111 "typescript.tsdk": "webapp/node_modules/typescript/lib",
112 "tslint.configFile": "webapp/tslint.json"