Skip to content

Commit

Permalink
Add note to settings that require a restart after change (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray authored Mar 26, 2024
1 parent db68b70 commit 4758398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
"items": {
"type": "string"
},
"markdownDescription": "Languages with SQL completion enabled.\n\nYou can use any language identifier, including those listed at https://code.visualstudio.com/docs/languages/identifiers."
"markdownDescription": "Languages with SQL completion enabled. Restart to activate changes.\n\nYou can use any language identifier, including those listed at https://code.visualstudio.com/docs/languages/identifiers."
},
"sqltools.formatLanguages": {
"type": "array",
Expand All @@ -464,7 +464,7 @@
"items": {
"type": "string"
},
"markdownDescription": "Languages with SQL formatting enabled.\n\nYou can use any language identifier, including those listed at https://code.visualstudio.com/docs/languages/identifiers."
"markdownDescription": "Languages with SQL formatting enabled. Restart to activate changes.\n\nYou can use any language identifier, including those listed at https://code.visualstudio.com/docs/languages/identifiers."
},
"sqltools.codelensLanguages": {
"type": "array",
Expand Down Expand Up @@ -858,7 +858,7 @@
"sqltools.languageServerEnv": {
"type": "object",
"default": {},
"markdownDescription": "Set environment variables to be passed to language server. For example `ORACLE_HOME`, `PATH`..."
"markdownDescription": "Set environment variables to be passed to language server. For example `ORACLE_HOME`, `PATH`...\n\nRestart to activate changes."
},
"sqltools.sortColumns": {
"type": [
Expand Down

0 comments on commit 4758398

Please sign in to comment.