mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-29 11:15:17 +02:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
"octref.vetur"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"hookyqr.beautify",
|
|
"dbaeumer.jshint",
|
|
"ms-vscode.vscode-typescript-tslint-plugin"
|
|
]
|
|
}
|