Commit Graph
15 Commits
Author SHA1 Message Date
Johannes Rieken 427663d35f debt - less TPromise usage 2018-10-03 11:59:43 +02:00
Matt Bierner 8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Alex Dima 5ee3996bac Fixes #56899 2018-09-12 13:58:54 +02:00
Benjamin Pasero 8cb8c02410 grid - cleanup getCodeEditor() 2018-05-18 09:54:14 +02:00
Benjamin Pasero 8bb9ce0caf grid - some cleanup 2018-05-18 09:16:33 +02:00
Benjamin Pasero 6a13b5264d grid - make code editor service proper (standalone) 2018-05-17 11:17:03 +02:00
Benjamin Pasero cf77b6ea97 grid - fold texteditor service into codeeditor service 2018-05-17 08:01:05 +02:00
Benjamin Pasero c460ac4787 grid - make platform editor service specific for code editors 2018-05-16 12:08:29 +02:00
Matt Bierner 81767beaca Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Alex Dima 54e7055c12 Rename IModel to ITextModel 2018-01-04 16:44:40 +02:00
Alex Dima 0721df783d Extract model types out of editorCommon.ts 2018-01-04 16:27:58 +02:00
Alex Dima 4fed11f880 Remove unused code (#38414) 2017-11-17 20:15:48 +01:00
Alex Dima 9f597f9555 Remove unused code (#38414) 2017-11-15 16:22:15 +01:00
Alex Dima e499dc62b5 Reduce usages of ICommonCodeEditor (#37834) 2017-11-10 10:08:39 +01:00
Alex Dima aa14fc5914 Bring ICodeEditorService to /browser/ (#37834) 2017-11-09 12:29:14 +01:00