-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode_settings.json
More file actions
79 lines (79 loc) · 2.51 KB
/
Copy pathvscode_settings.json
File metadata and controls
79 lines (79 loc) · 2.51 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[python]": {
"editor.formatOnSave": true
},
"azure.resourceFilter": [
"f484e27f-5c61-4a6e-9125-ce64249726ae/9f96a825-c744-4279-bab6-15c10afe8e53"
],
"azureFunctions.showProjectWarning": false,
"cSpell.enabledLanguageIds": [
"markdown"
],
"diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.minimap.enabled": false,
"editor.suggestSelection": "first",
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"explorer.confirmDelete": false,
"git-graph.maxDepthOfRepoSearch": 3,
"git.autofetch": true,
"gitProjectManager.baseProjectsFolders": [
"/Users/bram/repos"
],
"githubPullRequests.fileListLayout": "flat",
"githubPullRequests.pullBranch": "never",
"go.toolsManagement.autoUpdate": true,
"gopls": {
"buildFlags": [
"-tags=initialise",
"-tags=integration"
]
},
"jupyter.askForKernelRestart": false,
"liveServer.settings.donotShowInfoMsg": true,
"projectManager.any.baseFolders": [
"~/repos/"
],
"projectManager.any.maxDepthRecursion": 1,
"projectManager.git.baseFolders": [
"~/repos/"
],
"projectManager.sortList": "Name",
"python.analysis.typeCheckingMode": "basic",
"python.formatting.blackPath": "/Users/bram/.local/bin/black",
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"python.terminal.activateEnvironment": false,
"redhat.telemetry.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"settingsSync.ignoredExtensions": [
"tootone.org-mode"
],
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.scrollback": 10000,
"terminal.integrated.shellIntegration.enabled": false,
"terminal.integrated.tabs.location": "left",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.autoDetectColorScheme": true,
"workbench.colorTheme": "Hop Light",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"workbench.iconTheme": "vscode-icons",
"workbench.preferredDarkColorTheme": "One Dark Pro Monokai Darker",
"workbench.preferredLightColorTheme": "Hop Light"
}