Commit Graph

23637 Commits

Author SHA1 Message Date
Rob Lourens
12c1ed6bcc Add ability to start vscode just to write out a blob of all config details - for Microsoft/vscode-bing#7
Upload configuration file during the build to the same azure storage account as sourcemaps
2017-09-18 16:08:35 -07:00
Rob Lourens
055825e9a5 Revert "Uplevel xterm.js" to fix #34563
This reverts commit 321cec5618.
2017-09-18 10:47:07 -07:00
Sandeep Somavarapu
b2c2c49d2a Fix windows tests 2017-09-18 18:58:23 +02:00
Benjamin Pasero
7fef5b503e migrate storage properly 2017-09-18 18:50:18 +02:00
Sandeep Somavarapu
3d86e1ee42 Fix #33698 2017-09-18 18:48:24 +02:00
Andre Weinand
ea64eb6665 node-debug@1.17.7 (WSL) 2017-09-18 18:47:08 +02:00
Sandeep Somavarapu
beb4f5ba50 Fix windows tests 2017-09-18 18:41:41 +02:00
Benjamin Pasero
f68f989962 relauncher: prevent duplicate ext host restart 2017-09-18 18:40:16 +02:00
Benjamin Pasero
e1b66a9404 better workspace name change event handling 2017-09-18 18:35:37 +02:00
Sandeep Somavarapu
3dbf7ccd8e Fix compilations 2017-09-18 18:32:30 +02:00
Sandeep Somavarapu
1a347c75e1 clean up workspace service and trigger name event on name change only 2017-09-18 18:32:30 +02:00
Benjamin Pasero
e7e3cd60a3 update menu properly after transitioning workspaces 2017-09-18 18:30:45 +02:00
Benjamin Pasero
f7e323cbc7 💄 2017-09-18 18:23:15 +02:00
Benjamin Pasero
46370ff11e more on workspace transition without reload (#32945) 2017-09-18 18:18:24 +02:00
Sandeep Somavarapu
935fb7905f Fix windows tests 2017-09-18 17:07:59 +02:00
Alex Dima
02ee356269 Have workspace.applyEdit correctly account for model version changes and reply with false if a model was loaded and changed in the meantime 2017-09-18 16:56:03 +02:00
Martin Aeschlimann
012d7da5bc [r] use grammar from https://github.com/Ikuyadeu/vscode-R 2017-09-18 16:17:18 +02:00
Benjamin Pasero
6075d65009 config: trigger events from workspace initialize (for #32945) 2017-09-18 16:08:43 +02:00
isidor
512d47f71a configuraitonResolverService: use WorkspaceFolder
fixes #31906
2017-09-18 16:02:07 +02:00
Benjamin Pasero
64db1a9f2c restart extension host based on workbench state change (for #32945) 2017-09-18 15:44:28 +02:00
Martin Aeschlimann
0943cc3d5a [html] support script type=module. Fixes #34488 2017-09-18 15:43:13 +02:00
Martin Aeschlimann
4a34d8e511 [json] additionalItems can be a schema (from #34546) 2017-09-18 15:43:13 +02:00
Benjamin Pasero
b2176de874 wire in changes to transition workspaces without window reload (for #32945) 2017-09-18 15:31:19 +02:00
Benjamin Pasero
269ae60a4b Support actions to show up in the macOS touchbar (#34574) 2017-09-18 15:07:40 +02:00
Sandeep Somavarapu
a39f593a29 Merge EmptyWorkspaceServiceImpl and WorkspaceServiceImpl 2017-09-18 13:58:53 +02:00
Sandeep Somavarapu
57170ac69f Reduce the facts to depend on 2017-09-18 12:39:10 +02:00
Andre Weinand
9e1b4a1bd9 update tests for debug URI 2017-09-18 12:28:17 +02:00
Andre Weinand
1731e78bee document debug URI format 2017-09-18 12:28:17 +02:00
Sandeep Somavarapu
2d29e31f77 Fix #34571 2017-09-18 12:17:58 +02:00
Benjamin Pasero
e05e395e71 cannot read property 'resourceJSON' of null (fixes #34490) 2017-09-18 11:21:11 +02:00
Benjamin Pasero
db8bef3d73 explorer.sortOrder: 'mixed' no longer works as of 1.6 (fixes #34516) 2017-09-18 11:11:43 +02:00
Benjamin Pasero
487c87907b adopt onDidChangeWorkbenchState() 2017-09-18 11:05:09 +02:00
Sandeep Somavarapu
86a98114ea Fix tests (windows) 2017-09-18 11:04:22 +02:00
Benjamin Pasero
1967cd3d7f Improve format of workspace paths when writing
- fixes #33270
- fixes #33328
2017-09-18 10:41:30 +02:00
Benjamin Pasero
e58b8568b0 prevent too much work in whenDeleted() 2017-09-18 09:34:37 +02:00
Benjamin Pasero
dd1c9908b5 resourceScheme context does not work in in menu.commandPalette contribution (fixes #28211) 2017-09-18 09:22:32 +02:00
Sandeep Somavarapu
7b812736bb Fix unit tests 2017-09-18 09:00:29 +02:00
Sandeep Somavarapu
54dc5ac55d Listen to workbench state change 2017-09-18 08:52:12 +02:00
Sandeep Somavarapu
080ef1f2f3 Take workspace folder as an argument in toResource 2017-09-18 08:52:12 +02:00
Sandeep Somavarapu
20ae921918 An event to listen when workbench state changes 2017-09-18 08:52:12 +02:00
Sandeep Somavarapu
80e2c7a338 Introduce WorkspaceFolder model that wraps information about a workspace folder.
Use WorkspaceFolder instead of URIs in IWorkspaceContextService
2017-09-18 08:52:12 +02:00
Dirk Baeumer
3339ad83f1 Fixed failing task tests 2017-09-18 08:37:37 +02:00
Daniel Imms
321cec5618 Uplevel xterm.js
Fixes #34493
2017-09-18 07:30:26 +09:00
Daniel Imms
02a94c7f96 Fix terminal scroll bar when focused
Fixes #34483
2017-09-18 07:16:07 +09:00
Andre Weinand
660b3b6362 node-debug@1.17.6 2017-09-17 00:45:38 +02:00
Andre Weinand
f41ef8c268 make debug URIs robust; fixes #23194 2017-09-16 23:51:27 +02:00
Daniel Imms
e6874a384a Uplevel windows-process-tree
Fixes #34301
2017-09-15 18:43:24 -07:00
Daniel Imms
b508eb1b9a Uplevel windows-process-tree
Fixes #34301
2017-09-15 17:46:47 -07:00
Daniel Ye
61ea872d38 2017-09-15. Merged in translations from Transifex. 2017-09-15 15:50:59 -07:00
Rob Lourens
f02b187d62 Fix test compile error 2017-09-15 12:20:44 -07:00