Skip to content

Commit

Permalink
Support Workspace Trust
Browse files Browse the repository at this point in the history
Fixes llvm#24
  • Loading branch information
dvirtz committed May 15, 2021
1 parent e3dd867 commit 75ccb68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@
}
]
},
"capabilities": {
"untrustedWorkspaces": {
"supported": "limited",
"restrictedConfigurations": [
"parquet-viewer.useParquetTools",
"parquet-viewer.parquetToolsPath"
]
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
Expand Down

0 comments on commit 75ccb68

Please sign in to comment.