Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2022-01-20 15:48:08 +0300
committerGitHub <noreply@github.com>2022-01-20 15:48:08 +0300
commit13461f8c61ebe54d37a18b054af5ff4ede23500e (patch)
treeeacf1ed6548a080319a159a9130467172e1d60c1 /.eslintignore
parent7cde8b945f917aa6494112a6071cefefbcae63ea (diff)
Web: change `yarn web` to run with our server instead of playground (#139725)
* web - first cut `yarn web` via our server * properly pipe output * web - remove traces of web playground * web - remember last opened workspace for convinience * use vscode-test-web for server less, clean up web commands * fix comment * fix `yarn web` * rename to code-server * open system browser * code-server script: use minimist * test resolver: use ./scripts/code-server * integartion tests: fix code-server command name Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/.eslintignore b/.eslintignore
index ec701c48888..112cdef4d25 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -17,7 +17,3 @@
**/extensions/typescript-basics/test/colorize-fixtures/**
**/extensions/**/dist/**
**/extensions/typescript-language-features/test-workspace/**
-
-# These files are not linted by `yarn eslint`, so we exclude them from being linted in the editor.
-# This ensures that if we add new rules and they pass CI, there are also no errors in the editor.
-/resources/web/code-web.js