Commit Graph

11471 Commits

Author SHA1 Message Date
Don Jayamanne 217e74508d add new line 2021-09-24 12:48:03 -07:00
Don Jayamanne 0bf3b221ca Fix unnecessary changes 2021-09-24 12:45:03 -07:00
Don Jayamanne 3e10e0c49b oops 2021-09-24 10:51:16 -07:00
Don Jayamanne 2f43876783 Ensure nb cell source uses LF instead of CRLF 2021-09-24 10:35:22 -07:00
Alexandru Dima d02ba46704 undo bad change 2021-09-24 16:21:50 +02:00
Alexandru Dima be33a77d8c Use onDynamic* instead of onScoped* for events that are returned from method calls (#133445) 2021-09-24 16:16:28 +02:00
Logan Ramos cbe175f438 Fix tests attempt number two 2021-09-24 10:12:52 -04:00
Logan Ramos ce7c00f4fb Fix integration tests 2021-09-24 09:43:06 -04:00
Logan Ramos 620a61f5a3 Add more move tests 2021-09-24 09:09:35 -04:00
Tyler Leonhardt ab184912e6 make sure we splice the sessions if they have the same set of scopes for github authentication 2021-09-23 16:46:31 -07:00
Don Jayamanne cb70ab5526 Merge pull request #133464 from DonJayamanne/textLatex 2021-09-23 15:13:16 -07:00
Logan Ramos 927a28da01 Add tab move tests 2021-09-23 15:35:34 -04:00
Logan Ramos 282f499c22 Update extension telemetry module 2021-09-23 11:26:57 -04:00
Alex Ross a15378a9db Allow tunnel providers to define port privacy options (#133677) 2021-09-23 16:24:51 +02:00
Johannes Rieken ba961427c3 fix https://github.com/microsoft/vscode/issues/132981 2021-09-23 14:55:54 +02:00
Don Jayamanne 1e5e3642b2 Misc 2021-09-22 13:16:37 -07:00
Logan Ramos 420436d4c4 Fix #133493 2021-09-21 13:36:30 -04:00
Don Jayamanne 245fffbce1 Misc 2021-09-21 10:17:33 -07:00
Henning Dieterichs d6b2e78477 Fixes #132847 by configuring ${...} as bracket pair. 2021-09-21 12:28:25 +02:00
Don Jayamanne 68ba13d07c Remove window keyword from serializer 2021-09-20 09:49:00 -07:00
Alex Ross 12bccfd022 Update devcontainer schema (#132047)
Part of microsoft/vscode-remote-release#3450
2021-09-20 15:22:44 +02:00
Alex Ross 086a033a56 Update C# grammar 2021-09-20 13:56:20 +02:00
Benjamin Pasero adee8fa29a editors - shorten diff labels (#110694) 2021-09-19 17:29:44 +02:00
Benjamin Pasero 54cdd9c58b status - improve hover feedback for compact entries (#129037) 2021-09-18 09:53:10 +02:00
Logan Ramos c46e473ad8 Re-enable notebook in tabs test 2021-09-17 13:08:44 -04:00
Daniel Imms 4a7fddb0d2 Fix TerminalState tests 2021-09-17 06:31:43 -07:00
Martin Aeschlimann 5aebde7b48 [html] auto close triggers on undo/redo and breaks undo/redo history. Fixes #34484 2021-09-17 14:35:52 +02:00
Matt Bierner c25cf4a01a Remove workaround cast 2021-09-16 17:21:01 -07:00
Matt Bierner eefcaf6e0f Extract duplicated constant 2021-09-16 17:20:03 -07:00
Matt Bierner 6d01964e8e Add language status item for single file mode
Fixes #133296
2021-09-16 17:20:02 -07:00
Matt Bierner 43f7c113e4 Move project status items to a new ui folder 2021-09-16 17:20:02 -07:00
Don Jayamanne 192e689be1 Fixes to image serializations 2021-09-16 16:27:44 -07:00
Don Jayamanne 1eb4ff560b Fixes to image serialization 2021-09-16 15:59:41 -07:00
Matt Bierner 8b285b170e Add log for failing test 2021-09-16 15:21:28 -07:00
Logan Ramos 76c3eb94c9 On the fly tab model construction (#133025)
* Enrich the change event

* Initial tab model building

* Work in progress model construction

* Add pauseable emitter

* Attempt using microtask

* Make tests pass

* Update active tab logic

* Fix layering issue

* event rename

* PR feedback

* Remove stray new line

* Add test for microtask emitter

* Add move event

* Add mmerge functionality to Microtask emitter

* Fix compilation errrors

* Fix tests

* Add tests to address feedback

* Change editor change event to an array

* Add array support to editorsChangeEvent

* Update src/vs/workbench/common/editor/editorGroupModel.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* Switch to a less efficient array method

* Add console.log for debugging

* Test with different notebook

* Fix notebook URI

* For now split up file open for better debugging

* Don't use notebook in test for now

* Cleanup event

* Fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-09-16 14:34:54 -04:00
Martin Aeschlimann 57dde04b44 Can't read StatusBarItem.tooltip anymore. Fixes #133231 2021-09-16 11:57:26 +02:00
Matt Bierner 4fcbe9449c Add support for cross file JS/TS intellisense in yarn web
Fixes #133199
2021-09-15 16:26:22 -07:00
Matt Bierner 8a912d57c3 Include in-memory in same implicit JS/TS project
Fixes #133195
2021-09-15 16:26:22 -07:00
Benjamin Pasero 8de035e09d tests - remove only usage 2021-09-15 16:40:21 +02:00
Benjamin Pasero 129e62c989 storage - do not fail state access for extensions (#132777) (#133071) 2021-09-15 07:34:54 +02:00
Matt Bierner 4c78259529 Revert 75e1fa6c43
Fixes #132741

Let's keep the outline extensible. Instead, a markdown extension could contribute support for the syntax in the original issue in #131427
2021-09-14 16:36:53 -07:00
Matt Bierner 0db5f55854 Unskip two webview tests
These reliably pass locally for me
2021-09-14 14:29:55 -07:00
Matt Bierner 9e5ee5521a Pick up new TS version for building VS Code
Fixes a few instances of `Promise.all` and also adds an any cast to workaround an issue
2021-09-14 14:24:53 -07:00
Matt Bierner b4b591213d Pick up TS 4.4.3 2021-09-14 14:24:52 -07:00
Matt Bierner e43d47e852 Add missing await
Doesn't seem to cause any issues currently
2021-09-14 09:54:05 -07:00
Matt Bierner d3585388be Make sure markdown.showSource correctly awaits opening the document
Fixes #132914
2021-09-14 09:54:05 -07:00
Matt Bierner fc5e2f515c Adopting langauge status api for JS/TS versions (#132015)
* Adopting language status api for JS/TS versions

* Polish
2021-09-14 08:35:12 -07:00
Miguel Solorio e9b74efc3c Update seti 2021-09-13 10:34:54 -07:00
Matt Bierner ad67ad4530 Show lightbulb when user makes a selection in js/ts 2021-09-09 18:18:00 -07:00
Matt Bierner 74989b2993 Fix organize import for empty file
Fixes #132637

We should not show the lightbulb when auto applying code actions
2021-09-09 18:18:00 -07:00