mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Drop prettier extension recommendation
This commit is contained in:
3
hellocode-sample/.vscode/extensions.json
vendored
3
hellocode-sample/.vscode/extensions.json
vendored
@ -2,7 +2,6 @@
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"eg2.tslint",
|
||||
"esbenp.prettier-vscode"
|
||||
"eg2.tslint"
|
||||
]
|
||||
}
|
||||
3
webview-sample/.vscode/extensions.json
vendored
3
webview-sample/.vscode/extensions.json
vendored
@ -2,7 +2,6 @@
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"eg2.tslint",
|
||||
"esbenp.prettier-vscode"
|
||||
"eg2.tslint"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user