-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
28 lines (28 loc) · 1008 Bytes
/
settings.json
File metadata and controls
28 lines (28 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Place your settings in this file to overwrite the default settings
{
"workbench.editor.showTabs": false,
"editor.wordWrap": "on",
"vim.useCtrlKeys": true,
"editor.cursorStyle": "block",
"window.zoomLevel": 1,
"editor.cursorBlinking": "blink",
"editor.renderWhitespace": "boundary",
"FSharp.logLanguageServiceRequestsOutputWindowLevel": "DEBUG",
"FSharp.logLanguageServiceRequests": "both",
"workbench.colorTheme": "Paper White",
"workbench.iconTheme": "vs-seti",
"java.errors.incompleteClasspath.severity": "ignore",
"editor.minimap.enabled": false,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"path-intellisense.absolutePathToWorkspace": false,
"search.useIgnoreFiles": true,
"extensions.ignoreRecommendations": false,
"vim.disableExtension": false,
"terraform.format": {
"enable": false,
"ignoreExtensionsOnSave": [
".tfsmurf"
],
"formatOnSave": true
}
}