diff --git a/.vscode/settings.json b/.vscode/settings.json index b8f7169ee8f..c95d953e889 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "standard.enable": true -} \ No newline at end of file + "standard.enable": true, + "standard.usePackageJson": true +}