Skip to content

Commit

Permalink
browser/virtual fs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Sep 20, 2021
1 parent c75c9d3 commit a8e7e4c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "prettier-vscode" extension will be documented in thi

<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->

## [9.0.0]

- Support for browser VS Code
- Support for virtual file systems

## [8.2.0]

- Updated Prettier to 2.4.1
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prettier-vscode",
"displayName": "Prettier - Code formatter",
"description": "Code formatter using prettier",
"version": "8.2.0",
"version": "9.0.0",
"publisher": "esbenp",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
Expand Down Expand Up @@ -99,7 +99,7 @@
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vscode/test-electron": "^1.6.2",
"@vscode/test-web": "^0.0.11",
"@vscode/test-web": "^0.0.12",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"fs-extra": "^10.0.0",
Expand Down Expand Up @@ -127,6 +127,7 @@
"vscode-nls": "^5.0.0"
},
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": "limited",
"description": "%ext.capabilities.untrustedWorkspaces.description%",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==

"@koa/router@^10.0.0":
"@koa/router@^10.1.1":
version "10.1.1"
resolved "https://registry.yarnpkg.com/@koa/router/-/router-10.1.1.tgz#8e5a85c9b243e0bc776802c0de564561e57a5f78"
integrity sha512-ORNjq5z4EmQPriKbR0ER3k4Gh7YGNhWDL7JBW+8wXDrHLbWYKYSJaOJ9aN06npF5tbTxe2JBOsurpJDAvjiXKw==
Expand Down Expand Up @@ -323,12 +323,12 @@
rimraf "^3.0.2"
unzipper "^0.10.11"

"@vscode/test-web@^0.0.11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.11.tgz#62e05bd9115d5f4ddfc45d32842c49de327b57f8"
integrity sha512-us0DtOqzqBZwE6UfBvFwEWcOPg2cX20nJsD8ZkeJ6ozn2KyJ8pewtt5D8ybtAsVKtds/nQ/wegq/SdMmjTBaWQ==
"@vscode/test-web@^0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.12.tgz#0d2eda3c2740bf4c59997e7e8658f0794af2f042"
integrity sha512-PtmyN0SUI3iQbPgcTAQ23IFCrbSvdahY0I2KL5TlBplY3vpFOc3To497GXYuVNYG6YIA7KKDPAADLB/HIXPOPA==
dependencies:
"@koa/router" "^10.0.0"
"@koa/router" "^10.1.1"
decompress "^4.2.1"
decompress-targz "^4.1.1"
http-proxy-agent "^4.0.1"
Expand All @@ -338,7 +338,7 @@
koa-mount "^4.0.0"
koa-static "^5.0.0"
minimist "^1.2.5"
playwright "^1.12.2"
playwright "^1.14.1"
vscode-uri "^3.0.2"

"@webassemblyjs/[email protected]":
Expand Down Expand Up @@ -3064,7 +3064,7 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright@^1.12.2:
playwright@^1.14.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.1.tgz#73913d3044a85a58edf13148245279231072532e"
integrity sha512-JYNjhwWcfsBkg0FMGLbFO9e58FVdmICE4k97/glIQV7cBULL7oxNjRQC7Ffe+Y70XVNnP0HSJLaA0W5SukyftQ==
Expand Down

0 comments on commit a8e7e4c

Please sign in to comment.