-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
58 lines (58 loc) · 2.22 KB
/
settings.json
File metadata and controls
58 lines (58 loc) · 2.22 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"redhat.telemetry.enabled": false,
"security.workspace.trust.enabled": false,
"workbench.startupEditor": "none",
"window.restoreWindows": "none",
"window.openFoldersInNewWindow": "off",
"update.mode": "none",
"workbench.enableExperiments": false,
"update.showReleaseNotes": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"telemetry.enableTelemetry": false,
"telemetry.telemetryLevel": "off",
"files.exclude": { "**/.*": true },
"terminal.integrated.cwd": "/home/coder/prairielearn/project",
"auto-run-command.rules": [
{
"command": "workbench.action.terminal.new"
}
],
"editor.suggest.showWords": false,
"editor.suggest.showVariables": false,
"editor.suggest.showValues": false,
"editor.suggest.showUsers": false,
"editor.suggest.showUnits": false,
"editor.suggest.showTypeParameters": false,
"editor.suggest.showStructs": false,
"editor.suggest.showSnippets": false,
"editor.suggest.showReferences": false,
"editor.suggest.showProperties": false,
"editor.suggest.showOperators": false,
"editor.suggest.showModules": false,
"editor.suggest.showMethods": false,
"editor.suggest.showKeywords": false,
"editor.suggest.showIssues": false,
"editor.suggest.showInterfaces": false,
"editor.suggest.showFunctions": false,
"editor.suggest.showFolders": false,
"editor.suggest.showFiles": false,
"editor.suggest.showFields": false,
"editor.suggest.showEvents": false,
"editor.suggest.showEnums": false,
"editor.suggest.showEnumMembers": false,
"editor.suggest.showDeprecated": false,
"editor.suggest.showConstructors": false,
"editor.suggest.showCustomcolors": false,
"editor.suggest.showConstants": false,
"editor.suggest.showColors": false,
"editor.suggest.showClasses": false,
"editor.suggest.matchOnWordStartOnly": false,
"editor.hover.enabled": false,
"problems.visibility": false,
"editor.lightbulb.enabled": false,
"remote.autoForwardPorts": false, // Stop autoforwarding ports to prevent settings.json writing
"editor.codeActionsOnSave": {},
"haskell.manageHLS": "GHCup",
"haskell.ugradeGHCUp": false
}