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
AgeCommit message (Collapse)Author
2022-06-16Bring the nls loader plugin into our sources (#152338)Alexandru Dima
2022-06-15Bring the css loader plugin into our sources (#152205)Alexandru Dima
2022-03-22add eslint rule to disallow look behind regex feature, ignore in git and ↵Johannes
markdown fyi @lszomoru, @mjbvz
2022-02-02Fixes #141994: Address eslint problemsAlex Dima
2022-02-02make sure to use `.eslintignore` when running `yarn eslint`, this will ↵Johannes Rieken
ensure that cli failure and editor squiggles are always equal
2022-01-20Web: change `yarn web` to run with our server instead of playground (#139725)Benjamin Pasero
* 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>
2021-09-03Switch to dompurify for sanitizing markdown content (#131950)Matt Bierner
* Switch to dompurify for sanitizing markdown content Switches us from using `insane` to instead use `dompurify`, which seems to be better maintained and also has some nice features, such as built-in trusted types support I've tried to port over our existing sanitizer settings as best as possible, but there's not always a 1:1 mapping between how insane works and how dompurify does. I'd like to get this change in early in the iteration to catch potential regressions * Remove logging and renaming param * Move dompurify to browser layer * Fixing tests and how we check valid attributes * Allow innerhtml in specific files * Use isEqualNode instead of checking innerHTML directly innerHTML can return different results on different browsers. Use `isEqualNode` instead * Reapply fix for trusted types * Enable ALLOW_UNKNOWN_PROTOCOLS I beleive this is required since we allow links to commands and loading images over remote * in -> of * Fix check of protocol * Enable two more safe tags
2021-08-27fix typoHaoLiHaiO
2021-07-21Adds files to .eslintignore that are not linted by "yarn eslint" to ensure ↵Henning Dieterichs
no CI errors => no editor errors.
2021-07-09Uses eslint-plugin-header to enforce license headers. Features quick fix to ↵Henning Dieterichs
add license header.
2021-02-11Add support for markdown notebook renderers (#115191)Matt Bierner
* Use shared webpack version instead of installing locally for simple-browser * Use npm for building markdown preview * render markdown in webview. * update markdown preview height and offset * Add basic custom notebook renderer point * update css * style update. * update markdown header padding left * Add example of loading katex to extend the markdown-it renderer * Rename global to make clear it only applies to markdown-in * hide/remove markdown preview * Add wait for initial markdown preview rendering before showing notebook * Add double click to switch to editing mode * Fix markdown cells not getting updated after editing * style polish * notebook.experimental.useMarkdownRenderer * switch render strategy. * Adding very intial drag drop support for notebook markdown cells * Implement drag/drop stubs for test classes * Revert unrelated file changes * Move markdown notebook math to own extension * Add missing imports Co-authored-by: rebornix <penn.lv@gmail.com>
2020-12-10Exclude dist from eslint and hygineMatt Bierner
These files come from the web builds
2020-12-10Enable preferConst in TS projectMatt Bierner
2020-10-26Fix #80698Sandeep Somavarapu
- Inline semver
2020-03-02remove polyfill promiseJohannes Rieken
2019-12-31tweak ignore fileJohannes Rieken
2019-12-30tweak rules and excludesJohannes Rieken
2019-12-24use single eslintrc-file for extensions/ and src/, no type check rulesJohannes Rieken
2019-12-24use (most of) generated eslintrc-fileJohannes Rieken
2019-12-24add eslint-rules "module" and use it in eslintrc-fileJohannes Rieken