From 7dd7c13065212ffed67f6f2ac34d4a96c565ef60 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 8 Jan 2019 23:34:28 +1100 Subject: Linting etc --- plyr.code-workspace | 65 ++++++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 31 deletions(-) (limited to 'plyr.code-workspace') diff --git a/plyr.code-workspace b/plyr.code-workspace index 467623c9..12c3e85b 100644 --- a/plyr.code-workspace +++ b/plyr.code-workspace @@ -1,32 +1,35 @@ { - "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, - // 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 + } +} -- cgit v1.2.3 From 4c3bf25b8a6228b8b48a28f351df1ae2523e6d19 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 24 Feb 2019 12:10:20 +1100 Subject: Fixed issue where the preview thumbnail was present while scrubbing --- plyr.code-workspace | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'plyr.code-workspace') diff --git a/plyr.code-workspace b/plyr.code-workspace index 12c3e85b..551afc38 100644 --- a/plyr.code-workspace +++ b/plyr.code-workspace @@ -5,23 +5,16 @@ } ], "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, @@ -29,6 +22,7 @@ "editor.codeActionsOnSave": { "source.organizeImports": true }, + // Trim on save "files.trimTrailingWhitespace": true } -- cgit v1.2.3 From 5b7a025d26d45ed1cfe39a4774c0f81667064bb1 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 16 Mar 2019 11:57:15 +1100 Subject: Housekeeping --- plyr.code-workspace | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plyr.code-workspace') diff --git a/plyr.code-workspace b/plyr.code-workspace index 551afc38..d26398e9 100644 --- a/plyr.code-workspace +++ b/plyr.code-workspace @@ -5,6 +5,10 @@ } ], "settings": { + "search.exclude": { + "**/node_modules": true, + "**/dist": true + }, // Linting "stylelint.enable": true, "css.validate": false, -- cgit v1.2.3