diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 000000000..3376c3b4a --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,9 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. + // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp + + // List of extensions which should be recommended for users of this workspace. + "recommendations": ["editorconfig.editorconfig"], + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + "unwantedRecommendations": [] +} diff --git a/package-lock.json b/package-lock.json index fa8d149e2..ddddd080f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9294,4 +9294,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index fcc6b99a7..5d7f23043 100644 --- a/package.json +++ b/package.json @@ -34,4 +34,4 @@ "yargs": "^17.0.0", "gulp-footer": "^2.0.2" } -} +} \ No newline at end of file