Commit Graph

18658 Commits

Author SHA1 Message Date
Alex Dima 2d80fbd97e Fixes #32166: Clarify what happens when VS Code detects a Screen Reader 2017-09-25 18:11:10 +02:00
Alexandru Dima 185e7de4a0 Merge pull request #34933 from yume-chan/master
Scroll to selection after cursorUndo command
2017-09-25 17:48:05 +02:00
Joao Moreno 243ccb42de windows ipc handles should be scoped to user data dir 2017-09-25 17:11:06 +02:00
Dirk Baeumer 91d6637591 Task output channel cleared to eagerly 2017-09-25 17:08:56 +02:00
Johannes Rieken f2c2d9c658 tweak URI to keep it compatible with gitlens, fyi @eamodio 2017-09-25 15:52:45 +02:00
isidor c43a66e759 reduce usages of toResource(filter: 'file') 2017-09-25 15:51:31 +02:00
Benjamin Pasero eb4760d23a Bad contribution registration (fixes #34952) 2017-09-25 15:28:55 +02:00
isidor e9bc343cc4 debug: pass locale to adapter
fixes #34961
2017-09-25 15:26:40 +02:00
Martin Aeschlimann 2f018ed0d7 [theming] Use different colors for rendering warning and info markers. Fixes #34849 2017-09-25 15:25:06 +02:00
Andre Weinand 9279711645 upde DAP 1.24.0 2017-09-25 15:18:43 +02:00
Sandeep Somavarapu a051ba51c9 Fix #34955 2017-09-25 15:04:21 +02:00
Benjamin Pasero 15b1f59905 less use of toResource with filter: file 2017-09-25 14:57:41 +02:00
Sandeep Somavarapu c6453d86e8 Fix #33485 2017-09-25 14:50:54 +02:00
Joao Moreno dbffd8ac94 Merge branch 'panel-viewlet' 2017-09-25 14:40:42 +02:00
Joao Moreno a6db3242c9 override old splitview 2017-09-25 14:39:59 +02:00
Joao Moreno aafc301865 Merge remote-tracking branch 'origin/master' into panel-viewlet 2017-09-25 14:33:54 +02:00
Johannes Rieken 1153556e80 add dependency workaround 2017-09-25 14:25:25 +02:00
Johannes Rieken a60a65d804 Revert "Revert "allow to reuse the same function/context when listening to events""
This reverts commit 4a3dbb6c44.
2017-09-25 14:25:25 +02:00
Johannes Rieken 4a3dbb6c44 Revert "allow to reuse the same function/context when listening to events"
This reverts commit 7cb8ac43e6.
2017-09-25 14:11:32 +02:00
isidor 31caa015c0 debug: remove ISource 2017-09-25 14:01:46 +02:00
Dirk Baeumer 3eadcbe392 Fixes #29769: Update the locale.json schema to always be in sync with supported languages 2017-09-25 13:52:56 +02:00
Alex Dima 1114cfef46 Fixes #34618: Recover from wrong fix for #30358 (5c58b8cb2d) 2017-09-25 12:56:14 +02:00
Alex Dima 51de5e5754 Style changes 2017-09-25 12:56:14 +02:00
Joao Moreno cb5e896e96 splitview: fix bad appendChild 2017-09-25 12:47:43 +02:00
Sandeep Somavarapu 23d53e9608 Fix #34254 2017-09-25 12:45:21 +02:00
Johannes Rieken 7cb8ac43e6 allow to reuse the same function/context when listening to events 2017-09-25 12:40:49 +02:00
Sandeep Somavarapu be3e1c36a5 Update the schemas model on schema changes 2017-09-25 12:08:29 +02:00
Joao Moreno 18ab4c42aa fix size restore issue in extensions viewlet 2017-09-25 12:07:08 +02:00
Benjamin Pasero 01ad59eb9a Hook extension console into debug console (#34938)
* hook into debug console

* simpler impl
2017-09-25 11:49:00 +02:00
Joao Moreno 3760534f7c views viewlet: restore view size on show 2017-09-25 11:42:16 +02:00
isidor b900681057 debug: polish process focusing on continued
fixes #34920
2017-09-25 11:22:13 +02:00
Benjamin Pasero 28180398e9 Language specific encoding is not used right on startup (fixes #34943) 2017-09-25 11:17:30 +02:00
Sandeep Somavarapu 04a563521c Fix #33670 2017-09-25 10:42:49 +02:00
Johannes Rieken c8e58015de remove profiling hint as it isn't reliable/valuable enough 2017-09-25 10:31:55 +02:00
Benjamin Pasero 6762612177 show console.log from extension host top frame in dev tools (#34936) 2017-09-25 10:29:37 +02:00
Johannes Rieken 4d512b26a3 mark commit as optional, #34523 2017-09-25 10:26:38 +02:00
Johannes Rieken b1c38faa6b handle missing product.commit, #34523 2017-09-25 10:26:36 +02:00
Sandeep Somavarapu ea22a06e98 Fix #34834 2017-09-25 10:21:56 +02:00
Alex Dima f37884c28c Fixes #34826: write character before cursor to the textarea on OSX to allow the "long-press" composition to work 2017-09-25 09:49:59 +02:00
Johannes Rieken 0f78fdcd66 Merge pull request #34864 from mjbvz/fix-34863
Check type of token that triggered the quick suggestions
2017-09-25 09:36:18 +02:00
Benjamin Pasero 3c66a30bb1 💄 2017-09-25 09:33:53 +02:00
Benjamin Pasero 8ec0c6012a better fix for #34796 2017-09-25 09:21:29 +02:00
Simon Chan a87ea7a31c Scroll to selection after cursorUndo command 2017-09-25 15:05:00 +08:00
Rob Lourens 2c7d05780f Fix wrong path join in queryBuilder.ts 2017-09-24 23:43:56 -07:00
Benjamin Pasero 2c192e5b23 touch bar: reuse groups 2017-09-25 07:52:55 +02:00
Rob Lourens 969b1d637d Ensure ripgrep is killed when vscode exits, for #34434 2017-09-24 22:32:10 -07:00
Rob Lourens 086352654d Fix #34296 2017-09-24 21:13:03 -07:00
Joao Moreno a1f2401816 fix missing dirty diff decorations 2017-09-23 17:11:45 +02:00
Benjamin Pasero 8462f11989 lookup files.encoding properly 2017-09-23 08:30:13 +02:00
Matt Bierner 2de946548c Check type of token that triggered the quick suggestions
Fixes #34863

**Bug**
Quick suggestions currently check the token at the cursor location to determine if we are in a string or comment. Because token spans are setup like: `[start, end)`, this results in the incorrect token being checked when the quick suggestions are triggered immediatly before a comment or string

**Fix**
Check the token one index back from the cursor
2017-09-22 16:33:56 -07:00