Commit graph

31138 commits

Author SHA1 Message Date
Sandeep Somavarapu
84cb34fff8
Merge pull request #45929 from camilogiraldo/master
Better uninstall dialog for extensions with dependencies. Fix #45197
2018-03-16 13:33:01 +05:30
Johannes Rieken
234defc473
Merge pull request #45881 from pradeepmurugesan/home-end-keys-in-suggestion
added the key bindings for first and last selection in suggestions.
2018-03-16 09:01:20 +01:00
Benjamin Pasero
14aa73c448
update to electron 1.7.12 (#45953) 2018-03-16 07:18:53 +01:00
Peng Lyu
410abe91b4 Fix #45770. FindInNode should not cross node boundary. 2018-03-15 23:00:11 -07:00
Sandeep Somavarapu
9160e85b1a Fix #45053 2018-03-16 10:47:19 +05:30
Matt Bierner
c55926ac9d Update js/ts grmmar 2018-03-15 22:07:57 -07:00
Sandeep Somavarapu
6cfedc71cd Fix #45733 2018-03-16 09:46:41 +05:30
Peng Lyu
ca666da08b Fix #45892. Null check 2018-03-15 17:58:30 -07:00
Rob Lourens
234d100603 Fix default search exclusions string 2018-03-15 17:32:01 -07:00
Rob Lourens
3fb65e7b65 Bump node-debug2 - fixes #45657 2018-03-15 16:53:11 -07:00
Camilo Giraldo
7e6c141542 Better uninstall dialog for extensions with dependencies. Fix #45197 2018-03-15 18:20:30 -05:00
André Weinand
4980c7d4c3 node-debug@1.22.4 2018-03-15 23:45:09 +01:00
isidor
1d026bbff9 debug: add log point support
#45128
2018-03-15 18:27:27 +01:00
Matt Bierner
ab1669f898 Revert "Revert "Avoid using import x = require('...')""
This reverts commit 27256832f3 which turns out did not break the import of vs/nls
2018-03-15 10:17:18 -07:00
Dirk Baeumer
a4cf2abe7e First cut of #45664: Add API to query and execute tasks 2018-03-15 18:02:04 +01:00
Pradeep Murugesan
be5030b70c added the key bindings for first and last selection in suggestions. 2018-03-15 17:56:07 +01:00
Johannes Rieken
055ac07ca7 add goto next/prev reference command, #44414 2018-03-15 17:54:00 +01:00
isidor
6c8b65d1e8 debug: introduce IBaseBreakpoint 2018-03-15 17:27:38 +01:00
Alex Dima
0b71894240 Fix hygiene rules 2018-03-15 16:16:12 +01:00
isidor
c05d427af7 select box: do not set height, make sure it is still centered
fixes #45606
2018-03-15 15:51:56 +01:00
isidor
366ed0d530 explorer: do not show error for roots since we already use an explorer decoration to notify user
fixes #44809
2018-03-15 15:32:05 +01:00
Johannes Rieken
5685bcd524 try a different variant of getDiagnostics... #30075 2018-03-15 15:05:45 +01:00
isidor
2775e756eb debug: get into initilizing state immediatly
fixes #36044
fixes #45798
2018-03-15 14:54:50 +01:00
isidor
c1fb394dc6 actions: trigger actions wait for running state of workbench before checking for enablement 2018-03-15 14:54:50 +01:00
Alex Dima
42c2387eb0 More fixes to monaco.d.ts 2018-03-15 14:54:17 +01:00
Alex Dima
3eb8bdcbad New editor release 2018-03-15 14:54:11 +01:00
Alex Dima
fb3aff9333 Fixes Microsoft/monaco-editor#756 2018-03-15 14:54:05 +01:00
Alex Dima
ce0cf14a2b Slight changes to the shape of monaco.d.ts 2018-03-15 14:53:43 +01:00
Alex Dima
739e59c08a Release editor 2018-03-15 14:52:41 +01:00
Alex Dima
443c580049 Enable folding in standalone editor 2018-03-15 14:52:34 +01:00
Alex Dima
bc8ed2c80a Bump editor version 2018-03-15 14:52:27 +01:00
Alex Dima
7c09398e38 Update .d.ts shape 2018-03-15 14:52:14 +01:00
Alex Dima
3ea352cde0 Remove edcore.main 2018-03-15 14:45:11 +01:00
Alex Dima
0b00685d81 Publish standalone editor 2018-03-15 14:45:04 +01:00
Alex Dima
639d88d3cd Separate API creation from importing editor contribs 2018-03-15 14:44:57 +01:00
Alex Dima
3cde6c2f26 Align standalone editor CompletionItem 2018-03-15 14:44:47 +01:00
Alex Dima
d0eaa02c0a Better support for ESM workers 2018-03-15 14:44:36 +01:00
Alex Dima
66091601a5 Ship editor in ESM format 2018-03-15 14:44:15 +01:00
Alex Dima
6283645114 Fix TS compile errors 2018-03-15 14:42:49 +01:00
Alex Dima
bde41475b5 Simplify marked usage 2018-03-15 14:42:41 +01:00
Alex Dima
8a80b8c839 Simplify WinJS usage 2018-03-15 14:42:33 +01:00
Alex Dima
c2fd3c652d Make modules ES6 friendly 2018-03-15 14:42:16 +01:00
Sandeep Somavarapu
690d49be48 Fix #44601 2018-03-15 18:36:12 +05:30
Christof Marti
61bcfcea87 Add 1.21.1 to calendar 2018-03-15 12:05:47 +01:00
Martin Aeschlimann
3fb9d70dbe editorOverviewRuler colors should use transparency. For Microsoft/vscode#45710 2018-03-15 11:58:06 +01:00
Johannes Rieken
8d022273dd add DiagnosticRelatedInformation, #10271 2018-03-15 11:43:31 +01:00
isidor
16e82731a1 fix build error 2018-03-15 11:15:42 +01:00
isidor
276e2dfdd4 composite bar: when removing composite remove it fully
fixes #45829
2018-03-15 10:56:08 +01:00
Sandeep Somavarapu
22563968ef Fix #45811 2018-03-15 15:17:17 +05:30
Dirk Baeumer
fdb8bc6050 Fixes #36588: TypeScript build task fails when path to tsconfig.json file has spaces 2018-03-15 10:35:35 +01:00