Skip to content

Commit

Permalink
Merge pull request #14 from sgryjp/feat-untrusted-workspaces
Browse files Browse the repository at this point in the history
feat: Support untrusted workspaces
  • Loading branch information
sgryjp authored Oct 2, 2021
2 parents 54be1dc + ed35751 commit c790d3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
<!-- markdownlint-disable MD022 MD024 MD032 MD033 -->

## [Unreleased]
### Feature
- Untrusted workspaces support

## [1.2.3] - 2021-08-15
### Fixed
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"ui",
"workspace"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": true
},
"license": "Zlib",
"badges": [
{
Expand Down

0 comments on commit c790d3b

Please sign in to comment.