Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@
"order": 1,
"properties": {
"cSpell.caseSensitive": {
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n Note: Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n **Note:** Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
"scope": "resource",
"type": "boolean"
},
Expand Down Expand Up @@ -4199,7 +4199,7 @@
"@types/vscode": "1.90.0",
"@types/vscode-webview": "^1.57.5",
"@vitest/coverage-istanbul": "^3.1.4",
"@vscode/vsce": "^3.4.1",
"@vscode/vsce": "^3.4.2",
"ansi-styles": "^6.2.1",
"chokidar-cli": "^3.0.0",
"concurrently": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/_server/spell-checker-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1779,8 +1779,8 @@
"order": 1,
"properties": {
"cSpell.caseSensitive": {
"description": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word. Incorrect accents or partially missing accents will be marked as incorrect. Note: Some languages like Portuguese have case sensitivity turned on by default. You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n Note: Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
"description": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word. Incorrect accents or partially missing accents will be marked as incorrect. **Note:** Some languages like Portuguese have case sensitivity turned on by default. You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n **Note:** Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
"scope": "resource",
"type": "boolean"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"type": "module",
"dependencies": {
"@tanstack/svelte-query": "^5.76.0",
"@tanstack/svelte-query": "^5.76.2",
"@vscode/webview-ui-toolkit": "^1.4.0",
"fast-equals": "^5.2.2",
"sirv-cli": "^3.0.1",
Expand All @@ -35,7 +35,7 @@
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.2",
"svelte": "^5.32.1",
"svelte": "^5.33.1",
"svelte-check": "^4.2.1",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
Expand Down