Skip to content

Commit 75ccb68

Browse files
committed
Support Workspace Trust
Fixes llvm#24
1 parent e3dd867 commit 75ccb68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@
8686
}
8787
]
8888
},
89+
"capabilities": {
90+
"untrustedWorkspaces": {
91+
"supported": "limited",
92+
"restrictedConfigurations": [
93+
"parquet-viewer.useParquetTools",
94+
"parquet-viewer.parquetToolsPath"
95+
]
96+
}
97+
},
8998
"scripts": {
9099
"vscode:prepublish": "npm run compile",
91100
"compile": "tsc -p ./",

0 commit comments

Comments
 (0)