Commit graph

38545 commits

Author SHA1 Message Date
Matt Bierner
410c161181 Update markdown grammar
Fixes #56735
2018-08-20 16:59:56 +02:00
isidor
c1a965c63c debug: npe
fixes #56666
2018-08-20 16:54:37 +02:00
isidor
0e3a2219af open editors: focus active group even if it does not have an editor
fixes #56806
2018-08-20 16:49:37 +02:00
Joao Moreno
b14b7827d5 ipc: allow buffers to be sent over IPC 2018-08-20 16:44:02 +02:00
isidor
8281fa7fad do not attempt edit operation for for read-only editors
fixes #53257
2018-08-20 16:18:45 +02:00
isidor
1cd754493f debug: fix initializing state 2018-08-20 16:03:05 +02:00
Johannes Rieken
b871eb5db1 💄 remove outdated comment 2018-08-20 15:58:08 +02:00
isidor
95bdfe0064 debug: move firstSessionStart to view model 2018-08-20 15:53:26 +02:00
Matt Bierner
2719dec198 Update markdown grammar
Fixes #55635
2018-08-20 15:50:44 +02:00
Matt Bierner
d039671ad1 Update js/ts grammars 2018-08-20 15:50:44 +02:00
Matt Bierner
287d962122 Fix potential npe on code actions
#56501
2018-08-20 15:50:44 +02:00
isidor
ebe2979d0c debugService: run task return a success boolean 2018-08-20 15:47:25 +02:00
Joao Moreno
e512c12761 ipc: protocol should be buffer based, not JSON based 2018-08-20 15:47:06 +02:00
Johannes Rieken
27c72d4ea4 remove logDirectory, #43275 2018-08-20 15:42:09 +02:00
Sandeep Somavarapu
8eb36b9cf4 fix compilation 2018-08-20 15:38:54 +02:00
Sandeep Somavarapu
7b926ed933 Implement download service using request service 2018-08-20 15:34:07 +02:00
Johannes Rieken
66205890dd Revert "Revert "remove proposed Logger-api, #43275""
This reverts commit 315cce8314.
2018-08-20 15:31:33 +02:00
Johannes Rieken
4bf5813f79 💄 2018-08-20 15:29:54 +02:00
Johannes Rieken
01365dbe26 webpack - more defaults for extensions 2018-08-20 15:23:56 +02:00
Sandeep Somavarapu
9f492373ed - Use URI to install from vsix
- Implement zip and unzip extensions APIs
- Sync extension across management servers
- Download service to download zips
2018-08-20 15:16:40 +02:00
isidor
7b5dc58be2 debug: cleanup EH debugging 2018-08-20 13:59:14 +02:00
Johannes Rieken
bc05425af6 one more update... 2018-08-20 12:46:47 +02:00
Johannes Rieken
7661d6f9d4 remove webpack knowlegde from gulpfile.extensions 2018-08-20 12:46:47 +02:00
Johannes Rieken
669f2c8627 use vscode-nls-dev-loader 2018-08-20 12:46:47 +02:00
Martin Aeschlimann
1f1b778104 resource.isEqual / isEqualOrParent: use isIgnore default bahaviour 2018-08-20 12:10:08 +02:00
isidor
758be52acf Reify "DebugSession"
fixes #48377
2018-08-20 11:59:43 +02:00
isidor
78f6a69173 move debug session to a seperate file in electron-browser 2018-08-20 11:59:43 +02:00
Martin Aeschlimann
c0f818e5ae On Switching Files file is not selected in left pane. Fixes #56588 2018-08-20 11:53:20 +02:00
Benjamin Pasero
d8b0484dc8 menu: integrated terminal => terminal 2018-08-20 10:58:26 +02:00
Johannes Rieken
6e559261f6 adopt new vscode-nls-dev, #56792 2018-08-20 10:17:32 +02:00
Pine
94e740853d
Merge pull request #56380 from Microsoft/octref/scss-import-link
@import and url() link. Fix Microsoft/vscode#29899
2018-08-20 01:07:55 -07:00
Pine Wu
73ca0345bc Update css-languageservice 2018-08-20 01:06:23 -07:00
Pine Wu
90743215aa DocumentContext to remove url dependency from service 2018-08-20 01:02:21 -07:00
Pine Wu
73db88ffc1 @import and url() link. Fix Microsoft/vscode#29899 2018-08-20 01:02:21 -07:00
Joao Moreno
c252511ed3 empty commit 2018-08-20 09:21:59 +02:00
Benjamin Pasero
bb50de5845 💄 2018-08-20 07:41:53 +02:00
Benjamin Pasero
df334b1dd6 fix #56715 2018-08-20 07:41:53 +02:00
Rob Lourens
74be6d1f94 Fix #55858 - edit files.exclude on double click 2018-08-19 22:30:56 -07:00
Rob Lourens
f0278ff4fa Fix #54768 - Copy current search to json editor for "Open settings.json" 2018-08-19 21:44:13 -07:00
Rob Lourens
00649474f2 #55883 - remove some TPromise#cancel from extHostSearch 2018-08-19 21:22:31 -07:00
Rob Lourens
d90c85c5d0 Fix #56154 - Remove uri.parse('') from search view 2018-08-19 19:56:28 -07:00
Rob Lourens
b6411f27b0 Fix #56331 - disable horizontal scrolling on TOC 2018-08-17 21:52:20 -07:00
Rob Lourens
41de04ca3a Fix #55695 - setting links should use formatted name, not key 2018-08-17 21:31:43 -07:00
Rob Lourens
d74f93bd3a Fix #50652 - fix exact setting key search for ui editor. Also fix "new extension" button blinking at the top during search 2018-08-17 21:23:18 -07:00
Rob Lourens
b61d4b1917 Settings editor - fix context menu on 'exclude' type controls, format JSON copy better 2018-08-17 20:27:22 -07:00
Rob Lourens
91487f00b9 Settings editor - clear TOC selection when searching. Don't show 'new extension' button when it's filtered out. 2018-08-17 20:17:49 -07:00
Rob Lourens
5190e3007b Fix #56625 - parse setting name from JSON line
And some other fixes
2018-08-17 20:11:45 -07:00
Rob Lourens
277fe3d3f1 #54140 - add more setting context actions 2018-08-17 19:08:02 -07:00
Rob Lourens
0b8e20847a #54140 - add keyboard shortcut for setting context menu 2018-08-17 18:40:09 -07:00
Rob Lourens
a19a0a6ceb Fix #54140 - implement context menu button 2018-08-17 18:40:09 -07:00