-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparigot.code-workspace
More file actions
36 lines (36 loc) · 967 Bytes
/
parigot.code-workspace
File metadata and controls
36 lines (36 loc) · 967 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
29
30
31
32
33
34
35
36
{
"folders": [
{
"path": "."
}
],
"settings": {
"go.inlayHints.rangeVariableTypes": true,
"go.inlayHints.parameterNames": true,
"go.inlayHints.assignVariableTypes": true,
"go.inlayHints.functionTypeParameters": true,
"go.inlayHints.constantValues": true,
"go.inlayHints.compositeLiteralTypes": true,
"go.inlayHints.compositeLiteralFields": true,
"go.survey.prompt": false,
"go.goroot": "",
"workbench.sideBar.location": "left",
"search.useIgnoreFiles": false,
"search.exclude": {
".devcontainer/**": true,
"site/**": true,
"wazero-src-1.1": true
},
"search.decorations.colors": true,
"go.buildTags": "wasip1",
"editor.insertSpaces": false,
"workbench.editor.closeEmptyGroups": false,
"workbench.colorTheme": "Default High Contrast",
"workbench.preferredDarkColorTheme": "Default Dark+",
"workbench.preferredLightColorTheme": "Default Dark+",
},
"launch": {
"version": "0.2.0",
"configurations": []
}
}