Skip to content

Commit 84495d5

Browse files
committed
chore: Regenerate extension files
1 parent 6b1d5a6 commit 84495d5

File tree

10 files changed

+97
-17
lines changed

10 files changed

+97
-17
lines changed

src/languages/extensions/configurations/cpptools.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,6 +2200,12 @@
22002200
"markdownDescription": "Controls whether the extension will report errors detected in `c_cpp_properties.json`.",
22012201
"scope": 4
22022202
},
2203+
"C_Cpp.default.dotConfig": {
2204+
"type": "string",
2205+
"default": null,
2206+
"markdownDescription": "%c_cpp.configuration.default.dotConfig.markdownDescription%",
2207+
"scope": 4
2208+
},
22032209
"C_Cpp.updateChannel": {
22042210
"type": "string",
22052211
"enum": [

src/languages/extensions/configurations/java.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
"scope": 3
4747
},
4848
"java.configuration.checkProjectSettingsExclusions": {
49+
"deprecationMessage": "Please use 'java.import.generatesMetadataFilesAtProjectRoot' to control whether to generate the project metadata files at the project root. And use 'files.exclude' to control whether to hide the project metadata files from the file explorer.",
4950
"type": "boolean",
50-
"default": true,
51+
"default": false,
5152
"description": "Controls whether to exclude extension-generated project settings files (.project, .classpath, .factorypath, .settings/) from the file explorer.",
5253
"scope": 3
5354
},

src/languages/extensions/configurations/lua.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@
226226
],
227227
"type": "string"
228228
},
229+
"codestyle-check": {
230+
"default": "None",
231+
"description": "%config.diagnostics.codestyle-check%",
232+
"enum": [
233+
"Any",
234+
"Opened",
235+
"None"
236+
],
237+
"type": "string"
238+
},
229239
"count-down-loop": {
230240
"default": "Any",
231241
"description": "%config.diagnostics.count-down-loop%",
@@ -640,6 +650,17 @@
640650
],
641651
"type": "string"
642652
},
653+
"codestyle-check": {
654+
"default": "Warning",
655+
"description": "%config.diagnostics.codestyle-check%",
656+
"enum": [
657+
"Error",
658+
"Warning",
659+
"Information",
660+
"Hint"
661+
],
662+
"type": "string"
663+
},
643664
"count-down-loop": {
644665
"default": "Warning",
645666
"description": "%config.diagnostics.count-down-loop%",
@@ -1042,6 +1063,17 @@
10421063
"scope": 4,
10431064
"type": "integer"
10441065
},
1066+
"Lua.format.defaultConfig": {
1067+
"markdownDescription": "%config.format.defaultConfig%",
1068+
"scope": 4,
1069+
"type": "object"
1070+
},
1071+
"Lua.format.enable": {
1072+
"default": "true",
1073+
"markdownDescription": "Enable code formatter.",
1074+
"scope": 4,
1075+
"type": "boolean"
1076+
},
10451077
"Lua.hint.arrayIndex": {
10461078
"default": "Auto",
10471079
"enum": [
@@ -1428,6 +1460,9 @@
14281460
"default": null,
14291461
"markdownDescription": "Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy).\n",
14301462
"scope": 4,
1463+
"tags": [
1464+
"telemetry"
1465+
],
14311466
"type": [
14321467
"boolean",
14331468
"null"

src/languages/extensions/configurations/scalameta.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"metals.serverVersion": {
66
"type": "string",
7-
"default": "0.11.1+97-0ef9a93b-SNAPSHOT",
7+
"default": "0.11.1+114-58f06ff8-SNAPSHOT",
88
"markdownDescription": "The version of the Metals server artifact. Requires reloading the window.\n\n**Change only if you know what you're doing**",
99
"scope": 3
1010
},
@@ -169,6 +169,12 @@
169169
"type": "string",
170170
"markdownDescription": "Optional Eclipse format profile to use.",
171171
"scope": 3
172+
},
173+
"metals.suggestLatestUpgrade": {
174+
"type": "boolean",
175+
"default": false,
176+
"markdownDescription": "Once in a day, notify if there are new server releases (including snapshots)",
177+
"scope": 3
172178
}
173179
}
174180
}

src/languages/extensions/configurations/typescript-language-features.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,12 @@
645645
"double"
646646
],
647647
"default": "auto",
648-
"markdownDescription": "Preferred quote style to use for quick fixes: `single` quotes, `double` quotes, or `auto` infer quote type from existing imports.",
648+
"markdownDescription": "Preferred quote style to use for quick fixes.",
649+
"markdownEnumDescriptions": [
650+
"Infer quote type from existing code",
651+
"Always use single quotes: `'`",
652+
"Always use double quotes: `\"`"
653+
],
649654
"scope": 5
650655
},
651656
"typescript.preferences.quoteStyle": {
@@ -656,7 +661,12 @@
656661
"double"
657662
],
658663
"default": "auto",
659-
"markdownDescription": "Preferred quote style to use for quick fixes: `single` quotes, `double` quotes, or `auto` infer quote type from existing imports.",
664+
"markdownDescription": "Preferred quote style to use for quick fixes.",
665+
"markdownEnumDescriptions": [
666+
"Infer quote type from existing code",
667+
"Always use single quotes: `'`",
668+
"Always use double quotes: `\"`"
669+
],
660670
"scope": 5
661671
},
662672
"javascript.preferences.importModuleSpecifier": {
@@ -739,7 +749,7 @@
739749
"none"
740750
],
741751
"markdownEnumDescriptions": [
742-
"Insert `={}` or `=\"\"` after attribute names based on the prop type.",
752+
"Insert `={}` or `=\"\"` after attribute names based on the prop type. See `javascript.preferences.quoteStyle` to control the type of quotes used for string attributes.",
743753
"Insert `={}` after attribute names.",
744754
"Only insert attribute names."
745755
],
@@ -755,7 +765,7 @@
755765
"none"
756766
],
757767
"markdownEnumDescriptions": [
758-
"Insert `={}` or `=\"\"` after attribute names based on the prop type.",
768+
"Insert `={}` or `=\"\"` after attribute names based on the prop type. See `typescript.preferences.quoteStyle` to control the type of quotes used for string attributes.",
759769
"Insert `={}` after attribute names.",
760770
"Only insert attribute names."
761771
],

src/languages/extensions/grammars/vscode-R/r.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
"function-declarations": {
441441
"patterns": [
442442
{
443-
"match": "((?:`[^`\\\\]*(?:\\\\.[^`\\\\]*)*`)|(?:[[:alpha:].][[:alnum:]._]*))\\s*(<?<-|=(?!=))\\s*(function)",
443+
"match": "((?:`[^`\\\\]*(?:\\\\.[^`\\\\]*)*`)|(?:[[:alpha:].][[:alnum:]._]*))\\s*(<?<-|=(?!=))\\s*(function)(?!\\w)",
444444
"captures": {
445445
"1": {
446446
"name": "entity.name.function.r"

src/languages/extensions/languages.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@
240240
".har",
241241
".jslintrc",
242242
".jsonld",
243-
".geojson"
243+
".geojson",
244+
".ipynb"
244245
],
245246
"filenames": [
246247
"composer.lock",
@@ -1168,12 +1169,12 @@
11681169
"requirements.txt"
11691170
],
11701171
"filenamePatterns": [
1171-
"*-constraints.txt",
1172-
"*-requirements.in",
1173-
"*-requirements.txt",
1174-
"constraints-*.txt",
1175-
"requirements-*.in",
1176-
"requirements-*.txt"
1172+
"**/*-requirements.{txt, in}",
1173+
"**/*-contstraints.txt",
1174+
"**/requirements-*.{txt, in}",
1175+
"**/constraints-*.txt",
1176+
"**/requirements/*.{txt,in}",
1177+
"**/constraints/*.txt"
11771178
],
11781179
"filenames": [
11791180
"constraints.txt",

src/languages/extensions/snippets/java-java.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"main": {
3-
"prefix": "main",
3+
"prefix": [
4+
"main",
5+
"psvm"
6+
],
47
"body": [
58
"public static void main(String[] args) {",
69
"\t$0",

src/languages/extensions/snippets/markdown-basics-markdown.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,23 @@
9797
"prefix": "strikethrough",
9898
"body": "~~${1:${TM_SELECTED_TEXT}}~~",
9999
"description": "Insert strikethrough"
100+
},
101+
"Insert inline math": {
102+
"prefix": [
103+
"inline math"
104+
],
105+
"body": "$${1:${TM_SELECTED_TEXT}}$",
106+
"description": "Insert inline math"
107+
},
108+
"Insert fenced math": {
109+
"prefix": [
110+
"fenced math"
111+
],
112+
"body": [
113+
"$$",
114+
"${1:${TM_SELECTED_TEXT}}",
115+
"$$"
116+
],
117+
"description": "Insert fenced math"
100118
}
101119
}

src/languages/extensions/snippets/vscode-R-rmd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"prefix": "code chunk",
7373
"body": [
7474
"```{${1:language}}",
75-
"$0",
75+
"${TM_SELECTED_TEXT}$0",
7676
"```"
7777
],
7878
"description": "Insert code chunk"
@@ -81,7 +81,7 @@
8181
"prefix": "r code chunk",
8282
"body": [
8383
"```{r}",
84-
"$0",
84+
"${TM_SELECTED_TEXT}$0",
8585
"```"
8686
],
8787
"description": "Insert R code chunk"

0 commit comments

Comments
 (0)