Commit Graph

12829 Commits

Author SHA1 Message Date
Matt Bierner
6cb45c55e3 Use No Implicit Any In TS Extension (#16878)
Use noImplicitAny in the TS Extension (the TS team suggests enabling this option for most code).
2016-12-08 17:23:10 -08:00
Christof Marti
7bbfb3612b Whitelist domain names (fixes #16954) 2016-12-08 16:14:03 -08:00
Daniel Imms
25dc9851ef Merge pull request #16945 from Microsoft/tyriar/16491
Add hot exit educational message
2016-12-08 13:28:51 -08:00
Daniel Imms
896dd92265 Fix remaining case where workspace paths are lower cased
Fixes #16829
2016-12-08 13:27:49 -08:00
bgashler1@users.noreply.github.com
2b288227be Selection visibility for hc-dark paused breakpoint
Addresses a regression from prior commit on issue #15852
2016-12-08 11:46:52 -08:00
rebornix
446f0d6f44 Mitigate multi cursors in one line for joining lines 2016-12-08 11:34:47 -08:00
Daniel Imms
1281301f2d Add hot exit educational message
Fixes #16491
2016-12-08 11:12:15 -08:00
Daniel Imms
a672524233 Add hotExit:triggered event
Fixes #16942
2016-12-08 10:46:29 -08:00
Alex Dima
d1e2255a2a Fixes #16922: Correct filtering in getDecorationsInRange 2016-12-08 18:21:45 +01:00
Johannes Rieken
8fc1fc100c unref model when being closed/hidden/cleared, fixes #16924 2016-12-08 17:37:05 +01:00
Alex Dima
4c76f4939b Fixes #16925: Keep the same default for renderLineHighlight as in 1.7.x 2016-12-08 17:36:56 +01:00
Martin Aeschlimann
e5a4fab120 Update vscode-textmate to 2.3.2. Fixes #15792 2016-12-08 17:29:17 +01:00
Martin Aeschlimann
28caeaf1f2 [json] New JSON content stays unformatted. Fixes #13436 2016-12-08 17:23:06 +01:00
Alex Dima
134e7a82b7 Fix unit tests on mac 2016-12-08 17:11:32 +01:00
Alex Dima
0d6a9f8389 Add unit tests for keybinding service dispatching (#16833) 2016-12-08 16:28:21 +01:00
Alex Dima
a8aeb39ab3 Prepare KeybindingService for adding tests 2016-12-08 16:28:20 +01:00
Benjamin Pasero
76ece4190c Configuration service does not emit event on deletion of .vscode folder (fixes #16902) 2016-12-08 16:06:31 +01:00
isidor
bdeb635fca disconnect icon
fixes #16431
2016-12-08 16:00:10 +01:00
Benjamin Pasero
49329b8dbd fix issue with dragging and viewlets 2016-12-08 15:58:33 +01:00
Isidor Nikolic
9d036e4885 Merge pull request #16928 from fbnlsr/master
Add disconnect icon
2016-12-08 15:34:40 +01:00
Benjamin Pasero
eb4de8971a fixes #16609 2016-12-08 15:34:23 +01:00
Fabien Lasserre
a4a4fb3d80 Add disconnect icon 2016-12-08 15:31:50 +01:00
isidor
528807614f debug-start focus polish 2016-12-08 15:30:17 +01:00
isidor
16c2c00e44 fixes #16479 2016-12-08 15:09:52 +01:00
isidor
1e8fa4d75a fixes #16479 2016-12-08 15:06:59 +01:00
isidor
576d8e6b50 floating click widget use nice color 2016-12-08 14:31:47 +01:00
Andre Weinand
bc1eec763a update node-debug 2016-12-08 14:24:34 +01:00
Alex Dima
f7c4698a3c Fixes #16917: Do not cache decoration options in the ViewModelDecoration 2016-12-08 14:23:17 +01:00
Martin Aeschlimann
b38a82cca7 [html] script end tag is not correctly indented. Fixes #16650 2016-12-08 12:29:46 +01:00
Alex Dima
74dd83c541 Fixes #15923: Improve home/end behaviour 2016-12-08 11:56:01 +01:00
Alex Dima
aedfa1daf1 Replace IKeyboardEvent.asKeybinding() with toKeybinding() 2016-12-08 11:56:00 +01:00
Johannes Rieken
bb194ea3c8 never grow final tab stop decoration range, inherit stickiness to visual decorations, fixes #16835 2016-12-08 11:34:58 +01:00
isidor
416853349a Selecting a different launch config should not launch it
fixes #16903
2016-12-08 11:20:58 +01:00
Sandeep Somavarapu
38da309caa Fix #16876 2016-12-08 10:24:30 +01:00
Benjamin Pasero
bc735a9f53 fixes #16874 2016-12-08 10:15:22 +01:00
Benjamin Pasero
3a59a868de 💄 2016-12-08 09:53:26 +01:00
Alex Dima
f87996af07 Fixes #11012: Some dependencies to window from common 2016-12-08 09:50:02 +01:00
Joao Moreno
4726bd3ddf fixes #16867 2016-12-08 09:45:38 +01:00
Benjamin Pasero
179829e64d fixes #16881 2016-12-08 09:22:41 +01:00
Daniel Imms
e087132973 Merge pull request #16896 from Microsoft/tyriar/16509/afterDelay
Disable text file backups when files.autoSave is afterDelay
2016-12-07 21:32:41 -08:00
Daniel Imms
891b722e0f Backup files when autoSaveDelay is > 1500ms
Part of #16509
2016-12-07 20:56:04 -08:00
Daniel Imms
1b6dd42865 Disable text file backups when files.autoSave is afterDelay
Part of #16509
2016-12-07 20:38:49 -08:00
Daniel Imms
2610e16bc7 Merge pull request #16893 from Microsoft/tyriar/16829
Retain case in workspaces.json paths
2016-12-07 20:38:34 -08:00
Daniel Imms
21a6e7d7ca Retain case in workspaces.json paths
Fixes #16829
2016-12-07 19:51:42 -08:00
Daniel Imms
7bc9209353 Fix BackupMainService test 2016-12-07 19:48:19 -08:00
bgashler1@users.noreply.github.com
466960689e Improves contrast on paused breakpoint in hc-dark
Addresses #15852 theme problem
2016-12-07 17:30:36 -08:00
Matt Bierner
59e53d6070 Remove mocha.d.ts from extension projects that don't need it 2016-12-07 17:06:27 -08:00
Matt Bierner
e592f7cc6d Remove unused functions in is 2016-12-07 17:06:27 -08:00
kieferrm
499a648057 workarounds for #16819 - TS2.1 compiler issues 2016-12-07 16:58:10 -08:00
Matt Bierner
e9b68079a9 Merge branch 'fix-ts-js-symbols-showing-undefined' 2016-12-07 16:53:32 -08:00