Skip to content

Commit

Permalink
declare limited virtual workspaces support
Browse files Browse the repository at this point in the history
  • Loading branch information
bmewburn committed Dec 5, 2021
1 parent 5eb386f commit c79e9a9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -59,9 +59,15 @@
"untrustedWorkspaces": {
"supported": "limited",
"description": "An alternate Node.js runtime or maximum memory value cannot be provided via workspace settings in an untrusted workspace.",
"restrictedConfigurations": ["intelephense.runtime", "intelephense.maxMemory"]
"restrictedConfigurations": [
"intelephense.runtime",
"intelephense.maxMemory"
]
},
"virtualWorkspaces": true
"virtualWorkspaces": {
"supported": "limited",
"description": "Virtual Workspaces are not indexed. As such language intelligence and symbol recognition is limited to open files."
}
},
"contributes": {
"languages": [
Expand Down

0 comments on commit c79e9a9

Please sign in to comment.