Skip to content

Commit 9271819

Browse files
committed
chore: Regenerate extensions
1 parent e7c4669 commit 9271819

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/languages/extensions/configurations/cpptools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@
23112311
"experimental"
23122312
],
23132313
"description": "Show icon for 'Debug and Run' in shortcut menu bar",
2314-
"scope": 3
2314+
"scope": 1
23152315
}
23162316
}
23172317
}

src/languages/extensions/configurations/lua.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
"type": "object"
10321032
},
10331033
"Lua.diagnostics.workspaceDelay": {
1034-
"default": 3,
1034+
"default": 3000,
10351035
"markdownDescription": "Latency (milliseconds) for workspace diagnostics. When you start the workspace, or edit any file, the entire workspace will be re-diagnosed in the background. Set to negative to disable workspace diagnostics.",
10361036
"scope": 4,
10371037
"type": "integer"

src/languages/extensions/configurations/solargraph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
true,
118118
false
119119
],
120-
"default": false,
120+
"default": true,
121121
"scope": 3
122122
},
123123
"solargraph.symbols": {

0 commit comments

Comments
 (0)