File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
4
4
5
5
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
6
6
7
+ ## [ 9.0.0]
8
+
9
+ - Support for browser VS Code
10
+ - Support for virtual file systems
11
+
7
12
## [ 8.2.0]
8
13
9
14
- Updated Prettier to 2.4.1
Original file line number Diff line number Diff line change 2
2
"name" : " prettier-vscode" ,
3
3
"displayName" : " Prettier - Code formatter" ,
4
4
"description" : " Code formatter using prettier" ,
5
- "version" : " 8.2 .0" ,
5
+ "version" : " 9.0 .0" ,
6
6
"publisher" : " esbenp" ,
7
7
"author" : " Prettier <@prettiercode>" ,
8
8
"galleryBanner" : {
99
99
"@typescript-eslint/eslint-plugin" : " ^4.31.1" ,
100
100
"@typescript-eslint/parser" : " ^4.31.1" ,
101
101
"@vscode/test-electron" : " ^1.6.2" ,
102
- "@vscode/test-web" : " ^0.0.11 " ,
102
+ "@vscode/test-web" : " ^0.0.12 " ,
103
103
"eslint" : " ^7.32.0" ,
104
104
"eslint-config-prettier" : " ^8.1.0" ,
105
105
"fs-extra" : " ^10.0.0" ,
127
127
"vscode-nls" : " ^5.0.0"
128
128
},
129
129
"capabilities" : {
130
+ "virtualWorkspaces" : true ,
130
131
"untrustedWorkspaces" : {
131
132
"supported" : " limited" ,
132
133
"description" : " %ext.capabilities.untrustedWorkspaces.description%" ,
Original file line number Diff line number Diff line change 64
64
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
65
65
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
66
66
67
- " @koa/router@^10.0.0 " :
67
+ " @koa/router@^10.1.1 " :
68
68
version "10.1.1"
69
69
resolved "https://registry.yarnpkg.com/@koa/router/-/router-10.1.1.tgz#8e5a85c9b243e0bc776802c0de564561e57a5f78"
70
70
integrity sha512-ORNjq5z4EmQPriKbR0ER3k4Gh7YGNhWDL7JBW+8wXDrHLbWYKYSJaOJ9aN06npF5tbTxe2JBOsurpJDAvjiXKw==
323
323
rimraf "^3.0.2"
324
324
unzipper "^0.10.11"
325
325
326
- " @vscode/test-web@^0.0.11 " :
327
- version "0.0.11 "
328
- resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.11 .tgz#62e05bd9115d5f4ddfc45d32842c49de327b57f8 "
329
- integrity sha512-us0DtOqzqBZwE6UfBvFwEWcOPg2cX20nJsD8ZkeJ6ozn2KyJ8pewtt5D8ybtAsVKtds/nQ/wegq/SdMmjTBaWQ ==
326
+ " @vscode/test-web@^0.0.12 " :
327
+ version "0.0.12 "
328
+ resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.12 .tgz#0d2eda3c2740bf4c59997e7e8658f0794af2f042 "
329
+ integrity sha512-PtmyN0SUI3iQbPgcTAQ23IFCrbSvdahY0I2KL5TlBplY3vpFOc3To497GXYuVNYG6YIA7KKDPAADLB/HIXPOPA ==
330
330
dependencies :
331
- " @koa/router" " ^10.0.0 "
331
+ " @koa/router" " ^10.1.1 "
332
332
decompress "^4.2.1"
333
333
decompress-targz "^4.1.1"
334
334
http-proxy-agent "^4.0.1"
338
338
koa-mount "^4.0.0"
339
339
koa-static "^5.0.0"
340
340
minimist "^1.2.5"
341
- playwright "^1.12.2 "
341
+ playwright "^1.14.1 "
342
342
vscode-uri "^3.0.2"
343
343
344
344
" @webassemblyjs/[email protected] " :
@@ -3064,7 +3064,7 @@ pkg-dir@^4.2.0:
3064
3064
dependencies :
3065
3065
find-up "^4.0.0"
3066
3066
3067
- playwright@^1.12.2 :
3067
+ playwright@^1.14.1 :
3068
3068
version "1.14.1"
3069
3069
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.1.tgz#73913d3044a85a58edf13148245279231072532e"
3070
3070
integrity sha512-JYNjhwWcfsBkg0FMGLbFO9e58FVdmICE4k97/glIQV7cBULL7oxNjRQC7Ffe+Y70XVNnP0HSJLaA0W5SukyftQ==
You can’t perform that action at this time.
0 commit comments