Commit graph

21182 commits

Author SHA1 Message Date
Benjamin Pasero 1ecd2b5204 .code => .code-workspace 2017-07-13 11:02:50 +02:00
Dmitry Zabello 68f66cc844 Sort by type doesn't affect folders (#30572) 2017-07-13 10:58:32 +02:00
Benjamin Pasero 01bea3dffd fix default button 2017-07-13 08:25:06 +02:00
Benjamin Pasero 56a5bf1724 fix distro commit 2017-07-13 08:11:35 +02:00
Benjamin Pasero 2e0269bc95 multi root 💄 2017-07-13 08:08:15 +02:00
Benjamin Pasero d768111d14 try to fix flaky linux tests on travis 2017-07-13 08:07:41 +02:00
Christof Marti 1c0b640a66 Collapse deployment view 2017-07-12 21:17:12 -07:00
Matt Bierner 742829cd25 Render markdown content codeblock as actual block elements instead of a span containing a div 2017-07-12 17:47:12 -07:00
Christof Marti f666439e02 Deployment experiment 2017-07-12 17:23:02 -07:00
Sandeep Somavarapu 044e454bb0 #29455 💄 2017-07-13 01:22:23 +02:00
Matt Bierner 62975361cb Disable TS refactorings
Investigating #30449, it seems that typescript refactoring can take a long time to compute in some projects. Disabling these in insiders. We'll disable them in 1.14 is this is found to help
2017-07-12 15:56:14 -07:00
Andre Weinand 52c003ce1c node-debug@1.15.4 2017-07-13 00:22:29 +02:00
rebornix c344b45b10 Fix Microsoft/monaco-editor#505. On IE11, we need to set width explicitly, otherwise Flexbox width inheritance doesn't always work. 2017-07-12 14:55:31 -07:00
kieferrm 4f0f02e575 update distro reference 2017-07-12 14:55:12 -07:00
Matt Bierner 9ad4bcd66f Update TS grammar 2017-07-12 14:26:42 -07:00
Matt Bierner 54256d4923 Use partiation for all webviews, but lump all svg-webviews into same partiation 2017-07-12 14:15:57 -07:00
Matt Bierner be338319c8 Delete unused interface 2017-07-12 14:14:13 -07:00
Matt Bierner 9de89a0366 Move webview dev tools command to contributions 2017-07-12 14:13:18 -07:00
Matt Bierner 47089529a0 Move webview style changes to after we set all other attributes 2017-07-12 14:06:48 -07:00
Matt Bierner ecc1fd4bc6 Fix webiew sometimes blank on first load
Fixes #30464

Moves and gates setting the parition of the webview. Setting it in the current location seems to cause a race condition.
2017-07-12 13:54:46 -07:00
rebornix 31aba00493 Accessibility. Fix Microsoft/monaco-editor#506 , document role should have title per w3c documentation. 2017-07-12 13:54:04 -07:00
Benjamin Pasero 19e4249d93 file association for code workspace 2017-07-12 22:13:01 +02:00
Benjamin Pasero 3eab9bb164 first cut actions to save/open workspace 2017-07-12 22:07:45 +02:00
rebornix 1eea444b86 MonacoEditor. process is not available in browsers. 2017-07-12 13:01:28 -07:00
Daniel Imms 3eefd7fa15 Merge pull request #30354 from rebornix/OpenInIntegratedTerminal
Fix #8132. Open folder in integrated terminal.
2017-07-12 11:50:23 -07:00
rebornix c2c1667277 Update open in terminal name 2017-07-12 11:46:58 -07:00
Matt Bierner 30a6e85928 Remove webview stats telemetry event 2017-07-12 11:30:43 -07:00
Matt Bierner 0bf8b3c8f7 Force kill tsserver on ts extension shutdown 2017-07-12 11:30:43 -07:00
Matt Bierner 5da27baff3 Build VSCode using TS 2.4 (#30473)
* Build VSCode using TS 2.4.1

Fixes #28643

a

* Reformat a few files for 2.4

* Fix compile errors in jsoneditingservice
2017-07-12 11:28:47 -07:00
Benjamin Pasero a5f3583393 support workspace identifier in broadcasting API 2017-07-12 20:23:35 +02:00
Sandeep Somavarapu de02dda6ad #30249 Add Hide Side Bar action 2017-07-12 20:08:34 +02:00
Benjamin Pasero f5902b5a38 adopt workspace for getWindows() call 2017-07-12 20:01:52 +02:00
Rob Lourens e4b90c2bc8 node-debug2@1.14.5 - fix #30458 2017-07-12 10:55:05 -07:00
Benjamin Pasero b390724ca5 💄 2017-07-12 19:48:27 +02:00
Sandeep Somavarapu e5bef34e7b #30249 Fix the label 2017-07-12 19:32:25 +02:00
Benjamin Pasero 3b4c98d0b2 💄 2017-07-12 19:31:37 +02:00
Benjamin Pasero 61bc11e3d2 linting 2017-07-12 19:30:07 +02:00
Benjamin Pasero 296da3a87d fix issue with used windows 2017-07-12 19:25:27 +02:00
Benjamin Pasero d9e222939c first cut workspaces in recent history 2017-07-12 19:16:04 +02:00
Benjamin Pasero 2a18cb8e47 recently opened: some renames 2017-07-12 19:16:04 +02:00
Johannes Rieken 0373d29de6 log api uage only once, fixes #30486 2017-07-12 17:39:07 +02:00
Benjamin Pasero 0c0de810cc introduce new status bar color for multi root 2017-07-12 17:31:20 +02:00
Benjamin Pasero 5f431cb8c7 adopt multi root for title variables 2017-07-12 16:57:55 +02:00
Benjamin Pasero f6869c0a0c 💄 2017-07-12 16:53:14 +02:00
Johannes Rieken 2a14a2c111 delete cached data for insiders sooner, #29960 2017-07-12 16:41:47 +02:00
Dirk Baeumer 969ffcb995 Fixes #29771: Customizing a TypeScript build task should include the used ProblemMatcher 2017-07-12 16:40:11 +02:00
Sandeep Somavarapu 91637e06fd #29455 Actions to create a workspace.
Support add folder to workspace only in multi root workspace
2017-07-12 16:27:46 +02:00
Andre Weinand 49de68e0e1 node-debug@1.15.3 2017-07-12 16:27:09 +02:00
Johannes Rieken 322404ba57 Merge pull request #30393 from Microsoft/joh/snaps
Create loader snapshots when building
2017-07-12 16:26:33 +02:00
Dirk Baeumer 6769baf412 Fixes #30094: The less extension should contribute problem matchers for common less and sass compilers 2017-07-12 16:10:56 +02:00