Skip to content

Commit 7688888

Browse files
authored
Merge pull request #103 from ngdenterprise/workspacetrust
Limited support in untrusted workspaces
2 parents 2f51c5d + c58c83c commit 7688888

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1111
- Updated C# smart contract template to provide example unit tests
1212
- Fixed an issue preventing contracts from being deployed to TestNet.
1313
- Updated Neo Express to latest RC3 build
14+
- Enable limited support within untrusted VS Code workspaces
1415

1516
## [2.1.47] - 2021-06-08
1617

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"type": "git",
2525
"url": "https://github.com/ngdseattle/neo3-visual-tracker.git"
2626
},
27+
"capabilities": {
28+
"untrustedWorkspaces": {
29+
"supported": "limited",
30+
"description": "Trust is required to build, deploy and debug smart contracts"
31+
}
32+
},
2733
"activationEvents": [
2834
"onCommand:neo3-visual-devtracker.customizeServerList",
2935
"onCommand:neo3-visual-devtracker.express.contractDeploy",

0 commit comments

Comments
 (0)