aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/settings.json b/settings.json
index 4fd9e96..dacbf79 100644
--- a/settings.json
+++ b/settings.json
@@ -63,7 +63,7 @@
],
"css": [
{
- "asyncomplete-refresh-pattern": "\\(-\\?[a-zA-Z_]\\+[_a-zA-Z0-9-]*$\\|\\k\\+$\\)",
+ "refresh_pattern": "\\([a-zA-Z0-9_-]\\+\\)$",
"command": "css-languageserver",
"requires": [
"npm"
@@ -366,7 +366,7 @@
],
"ps1": [
{
- "asyncomplete-refresh-pattern": "\\(\\$\\k*$\\|\\k\\+$\\)",
+ "refresh_pattern": "\\(\\$[a-zA-Z0-9_:]*\\|\\k\\+\\)$",
"command": "powershell-languageserver",
"requires": [
"pwsh"
@@ -422,7 +422,6 @@
],
"ruby": [
{
- "asyncomplete-refresh-pattern": "\\(\\$\\k*$\\|\\k\\+$\\)",
"command": "solargraph",
"requires": [
"gem"