Commit graph

9756 commits

Author SHA1 Message Date
Alex Dima bd1a69c0cb Fixes #12214: Do not use <any> 2016-09-20 18:43:45 +03:00
Alex Dima 6fa2edb34f Fix jsDoc comment 2016-09-20 18:40:41 +03:00
Benjamin Pasero 744fa6a2ea fix #11960 2016-09-20 17:29:14 +02:00
Benjamin Pasero cfd6932731 remove unused code 2016-09-20 17:27:08 +02:00
Benjamin Pasero 006361a660 share one kind of label class 2016-09-20 17:26:19 +02:00
Benjamin Pasero 84168a6e8e adopt filelabel for explorer 2016-09-20 16:52:34 +02:00
Joao Moreno 49b4645a2a ext tips service: use choice service 2016-09-20 16:00:47 +02:00
Joao Moreno 698db92c94 💄 2016-09-20 16:00:47 +02:00
Joao Moreno d6ad962e5a git: use internal schema for index files 2016-09-20 16:00:47 +02:00
Joao Moreno 78aa5271cd choice service: return true in actions 2016-09-20 16:00:47 +02:00
Joao Moreno 0b6b9e0582 choice service 2016-09-20 16:00:47 +02:00
Benjamin Pasero 4851c57e7e icons: for when tabs are disabled 2016-09-20 15:54:44 +02:00
Andre Weinand c64b992a48 fix url in node-debug OSSREADME 2016-09-20 15:46:41 +02:00
Benjamin Pasero 2e62bdb017 fix css path for linux 2016-09-20 15:18:13 +02:00
Benjamin Pasero ea343d4296 icons: show when tabs are enabled 2016-09-20 15:05:55 +02:00
Benjamin Pasero 3ccbc4a9ef editor label: allow to directly set values 2016-09-20 15:05:55 +02:00
Benjamin Pasero c596c35185 add dispose to editorlabel 2016-09-20 15:05:55 +02:00
Johannes Rieken c3a8af9015 make zone widget return actual position, #11407 2016-09-20 12:29:53 +02:00
Benjamin Pasero 48a98604d0 introduce and use editorLabel for icons in "opened editors" 2016-09-20 12:10:45 +02:00
isidor 08d9645595 'inOutput' context key
fixes #12263
2016-09-20 12:10:09 +02:00
isidor b51d1c5360 fixes #12118 2016-09-20 11:39:19 +02:00
isidor 62f00c94a5 debug: null guards when getting response from debug adapter
fixes #12123
fixes #12120
2016-09-20 11:35:23 +02:00
Johannes Rieken 8a3d5b2e53 Merge pull request #12291 from mjbvz/remove-simpleMarkedWorker
Remove simpleMarkedWorker.ts
2016-09-20 10:48:38 +02:00
Benjamin Pasero 67fb63d2e4 icons: extract CSS class computation to helper 2016-09-20 10:43:59 +02:00
isidor ffaf6a0391 debug repl: tmp workaround to also auto scroll if scrolled all the way up
fixes #11833
2016-09-20 10:27:39 +02:00
Daniel Imms 7be37e37d7 Merge pull request #12305 from Microsoft/roblou/emptyCommandsToSkipShell_12264
Fix #12264 - Add initial value to reduce
2016-09-20 01:19:36 -07:00
Benjamin Pasero 9708cd3c55 add test for replacing entire invalid config file 2016-09-20 10:12:21 +02:00
isidor 6e2897ebe9 debug: input box in trees should always have the text selected
fixes #12014
2016-09-20 10:11:32 +02:00
Benjamin Pasero 8e369516f7 config edits: allow parse errors in JSON if entire JSON is being replaced 2016-09-20 10:10:55 +02:00
Benjamin Pasero 96f313a3c4 Checkmarks background for transparent images missing for certain themes (fixes #12168) 2016-09-20 10:05:31 +02:00
isidor 00d2225c6b debug: always clear tree highlight to avoid ending up in a broken state
fixes #12203
2016-09-20 10:04:40 +02:00
Benjamin Pasero 75b420dacd text file model cleanup 2016-09-20 10:02:01 +02:00
Benjamin Pasero 0a74ef0bfb fix #12268 2016-09-20 10:01:22 +02:00
Benjamin Pasero 558526d1ed use node 6.6.0 2016-09-20 09:58:58 +02:00
Sandeep Somavarapu 6857affcf3 fix typo 2016-09-20 09:57:17 +02:00
Rob Lourens a6056e1442 Fix #12264 - Add initial value to reduce, so it doesn't throw when the array is empty. 2016-09-20 09:36:28 +02:00
Johannes Rieken 078c3c18b9 fix #9764 2016-09-20 09:25:47 +02:00
Matt Bierner 45a61a82b8 Remove simpleMarkedWorker.ts
This markdown renderin worker script is not used as far as I can tell. This change removes it.
2016-09-19 17:29:38 -07:00
bgashler1@users.noreply.github.com 0a0bfedbc6 Sharper cursors align to pixel grid. Fixes #12288
See also #8708
2016-09-19 16:55:05 -07:00
bgashler1@users.noreply.github.com 2f53903ba9 Fixes oversized "flipped" cursors #8708.
Adds missing height and width attributes to the svg cursors that are required for Chrome to render them properly.
2016-09-19 15:20:25 -07:00
Daniel Imms 7236f593e7 Implement vscode.Terminal.processId
Fixes #11919
2016-09-19 14:32:41 -07:00
Andre Weinand 1cc8b7c896 update node-debug 2016-09-19 22:20:29 +02:00
Daniel Imms 639d7deb34 Indicate onDidCloseTerminal API happens on dispose
Fixes #10925
2016-09-19 11:21:50 -07:00
Daniel Imms dbea7fb00e Remove terminal API comment about change coming in v1.6
Fixes #11384
2016-09-19 11:19:29 -07:00
Martin Aeschlimann 7465d39c5c [html] htmlDocument cache 2016-09-19 13:36:43 -04:00
Benjamin Pasero 1e35d6c328 allow a workspace config to replace its entire contents (for #1396) 2016-09-19 19:35:50 +02:00
Martin Aeschlimann 590b5c5ec6 [html] update language service 2016-09-19 13:15:56 -04:00
Benjamin Pasero ba447a9f95 test failure logging output 2016-09-19 19:15:12 +02:00
Benjamin Pasero 94f549f3a0 fix bad identation 2016-09-19 19:09:37 +02:00
Joao Moreno 862ac8d858 extensions: built-in 2016-09-19 18:05:24 +02:00