aboutsummaryrefslogtreecommitdiffstats
path: root/plyr.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r--plyr.code-workspace64
1 files changed, 34 insertions, 30 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace
index c0b30608..12c3e85b 100644
--- a/plyr.code-workspace
+++ b/plyr.code-workspace
@@ -1,31 +1,35 @@
{
- "folders": [
- {
- "path": "."
- }
- ],
- "settings": {
- // Exclude from the editor
- "files.exclude": {
- "**/node_modules": true
- },
- // Exclude from search
- "search.exclude": {
- "dist/": true
- },
- // Linting
- "stylelint.enable": true,
- "css.validate": false,
- "scss.validate": false,
- "javascript.validate.enable": false,
- // Prettier
- "prettier.eslintIntegration": true,
- "prettier.stylelintIntegration": true,
- // Formatting
- "editor.tabSize": 4,
- "editor.insertSpaces": true,
- "editor.formatOnSave": true,
- // Trim on save
- "files.trimTrailingWhitespace": true
- }
-} \ No newline at end of file
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {
+ // Exclude from the editor
+ "files.exclude": {
+ "**/node_modules": true
+ },
+ // Exclude from search
+ "search.exclude": {
+ "dist/": true,
+ "demo/dist/": true
+ },
+ // Linting
+ "stylelint.enable": true,
+ "css.validate": false,
+ "scss.validate": false,
+ "javascript.validate.enable": false,
+ // Prettier
+ "prettier.eslintIntegration": true,
+ "prettier.stylelintIntegration": true,
+ // Formatting
+ "editor.tabSize": 4,
+ "editor.insertSpaces": true,
+ "editor.formatOnSave": true,
+ "editor.codeActionsOnSave": {
+ "source.organizeImports": true
+ },
+ // Trim on save
+ "files.trimTrailingWhitespace": true
+ }
+}