Commit graph

46516 commits

Author SHA1 Message Date
Martin Aeschlimann c10ea17d96 Syntax highlighting and check for .ipy files. Fixes #69694 2019-03-04 09:31:27 +01:00
Martin Aeschlimann d43c6181ee
Merge pull request #69735 from runtimerevolution/laginha87-folding-range-doc-changes
Update docs for folding range class
2019-03-04 09:28:41 +01:00
Benjamin Pasero f6703e5042 debt - group context keys in one place 2019-03-04 09:18:00 +01:00
Benjamin Pasero cdbe7bff05 resolve #69734 on master 2019-03-04 08:42:51 +01:00
Benjamin Pasero 2702c1421c debt - work on untangling layout things out of workbench 2019-03-04 08:40:35 +01:00
Filipe Correia def23176f2
Update vscode.d.ts 2019-03-03 10:57:42 +00:00
Martin Aeschlimann e96ab81392 extensionTestsLocationURI.fsPath normalizes path (for #69569) 2019-03-02 20:57:46 +01:00
Benjamin Pasero 1e17319bfd fix #69588 2019-03-02 11:00:09 +01:00
Benjamin Pasero 739a9dd5ce debt - dragover needs preventDefault() 2019-03-02 09:55:04 +01:00
Benjamin Pasero c9ebd2e15a nodeless - move window.title setting to workbench.contribution 2019-03-02 09:54:29 +01:00
Benjamin Pasero 51891b88b9 nodeless - set good default zoom factor 2019-03-02 09:52:20 +01:00
Benjamin Pasero 9c1b8851eb 💄 imports 2019-03-02 09:50:12 +01:00
Benjamin Pasero 900d58bfe5 debt - declare more services via registerSingleton() 2019-03-02 09:42:57 +01:00
Benjamin Pasero 4585f69a82 fix compile error 2019-03-02 09:36:20 +01:00
Benjamin Pasero e4b70bca4a fix #69334 2019-03-02 09:13:33 +01:00
Benjamin Pasero ba066625bf 💄 2019-03-02 08:36:15 +01:00
Benjamin Pasero b0bd70e6d8 debt - Buffer requires /node/ layer 2019-03-02 08:28:44 +01:00
Benjamin Pasero 0e6253f84a fix #69328 2019-03-02 08:25:20 +01:00
Matt Bierner c5e999376f Fix strict null error in performance 2019-03-01 21:06:15 -08:00
Matt Bierner 74e525d78f Strict null work on api tests 2019-03-01 21:06:15 -08:00
Matt Bierner 326660dddd Strict null work 2019-03-01 21:06:15 -08:00
Matt Bierner a733b47750 Strict null work in breadcrumbs 2019-03-01 21:06:15 -08:00
Matt Bierner 3f68d38c9b Fix strict null error in webview 2019-03-01 21:06:15 -08:00
Alex Dima 87a826c6e8 Fix path tests 2019-03-02 02:35:13 +01:00
Alex Dima 57f34ad851 monaco-editor-core@0.16.0 2019-03-02 02:35:13 +01:00
Alex Dima afded16b6f Fix Microsoft/monaco-editor#1297 2019-03-02 02:35:12 +01:00
Alex Dima 6aa3a66966 Make vs/base/common/path compatible with ESM 2019-03-02 02:35:12 +01:00
Alex Dima 95e1e94fca Fix strict null check 2019-03-02 02:35:12 +01:00
Alex Dima 7ff5246e1b More honoring of tokenization support promises in colorize API 2019-03-02 02:35:12 +01:00
Alex Dima e4300018d2 Allow to register a tokenizer promise and honor tokenizer promises when dealing with embedded modes in colorizing API 2019-03-02 02:35:12 +01:00
Alex Dima f2536728d3 Add monaco.editor.remeasureFonts (Microsoft/monaco-editor#392) 2019-03-02 02:35:11 +01:00
Alex Dima 5698d79117 Fixes Microsoft/monaco-editor#1335 2019-03-02 02:35:11 +01:00
Alex Dima f187048187 Fixes Microsoft/monaco-editor#1319: Listen to selectionchange listener only when focused 2019-03-02 02:35:11 +01:00
Alex Dima 07a671b2d0 Avoid console log error messages in the standalone editor 2019-03-02 02:35:11 +01:00
Alex Dima a02c4e7293 Add built-in support for cross-origin web worker loading 2019-03-02 02:35:10 +01:00
Alex Dima c1ec8af28f Add workaround for regular expression leading to Syntax Error (#69655) 2019-03-02 02:35:10 +01:00
Alex Dima 5dfc7f62cf Add support for async worker creation 2019-03-02 02:35:10 +01:00
Matt Bierner 82c3b30e39 Don't hold on to themeService member 2019-03-01 16:06:51 -08:00
Matt Bierner 904e426052 Introduce RevivedWebviewEditorInput 2019-03-01 16:06:51 -08:00
Matt Bierner 98c084ff4a Don't re-use reviver interface where it not needed 2019-03-01 16:06:51 -08:00
Matt Bierner e30008eb4a Leave determining which webviews a reviver supports entirely up to that reviver
Don't  key off of `viewType` first, let the reviver decide
2019-03-01 16:06:51 -08:00
Matt Bierner f62d1f25f3 Only show the markdown refresh preview command when preview is active or you are in a markdown file 2019-03-01 16:06:51 -08:00
Matt Bierner 4516dd8ce6 Make sure we properly set _visible
This value was previously always false
2019-03-01 16:06:51 -08:00
Matt Bierner c7bf51034b Take uri as argument instead of string version of uri 2019-03-01 16:06:51 -08:00
Matt Bierner 09905893e6 Removing the baseWebviewEditor class
This base class is no longer needed now that the html preview has been removed
2019-03-01 16:06:51 -08:00
Matt Bierner 9061cad570 Removing preview.html command
Fixes #62630
2019-03-01 16:06:51 -08:00
Matt Bierner 491dd0feb8 Add logging to see if TS buffers are in an invalid state
An example would be trying to change a file that is not opened
2019-03-01 16:06:51 -08:00
Matt Bierner 1cb65ce8e5 Extract and lift constant 2019-03-01 16:06:51 -08:00
Matt Bierner 29acd11312 Fix bad newline 2019-03-01 16:06:51 -08:00
Pine Wu c4b1ae3648 1.32 -> 1.33 2019-03-01 15:55:09 -08:00