vscode/build/lib/eslint
Matt Bierner 5426f5ff70 Add CustomDocumentContentChangeEvent
For #77131

- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
..
code-import-patterns.js cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-import-patterns.ts cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-layering.js cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-layering.ts cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-no-nls-in-standalone-editor.js cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-no-nls-in-standalone-editor.ts cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-no-standalone-editor.js cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-no-standalone-editor.ts cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-no-unexternalized-strings.js eslint - make nls-rule a little more strict 2020-01-03 11:44:54 +01:00
code-no-unexternalized-strings.ts eslint - make nls-rule a little more strict 2020-01-03 11:44:54 +01:00
code-no-unused-expressions.js enable custom/forked no-unused-expressions rule 2020-01-03 09:32:40 +01:00
code-translation-remind.js cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
code-translation-remind.ts cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
utils.js Build VS Code with TS 3.9-nightly 2020-02-29 11:45:48 -08:00
utils.ts use AST selector to simplify things 2019-12-30 14:57:04 +01:00
vscode-dts-create-func.js add some lint rules that enforce our api-guidelines 2020-01-31 12:10:58 +01:00
vscode-dts-create-func.ts add some lint rules that enforce our api-guidelines 2020-01-31 12:10:58 +01:00
vscode-dts-event-naming.js Add CustomDocumentContentChangeEvent 2020-04-16 17:40:20 -07:00
vscode-dts-event-naming.ts Add CustomDocumentContentChangeEvent 2020-04-16 17:40:20 -07:00
vscode-dts-interface-naming.js add some lint rules that enforce our api-guidelines 2020-01-31 12:10:58 +01:00
vscode-dts-interface-naming.ts add some lint rules that enforce our api-guidelines 2020-01-31 12:10:58 +01:00
vscode-dts-literal-or-types.js add some lint rules that enforce our api-guidelines 2020-01-31 12:10:58 +01:00
vscode-dts-literal-or-types.ts add some lint rules that enforce our api-guidelines 2020-01-31 12:10:58 +01:00