Commit graph

44327 commits

Author SHA1 Message Date
Miguel Solorio 5df3154e40
Merge pull request #65989 from Microsoft/misolori/octicon-update
Update Octicons
2019-01-08 09:56:36 -08:00
Martin Aeschlimann 20906c33c4 [json] IntelliSense doesn't work for scoped packages in package.json. Fixes #62377 2019-01-08 17:42:52 +01:00
Benjamin Pasero 5a892a6450 return non-zero exit code when testrun produces an error (fixes #66218) 2019-01-08 17:41:59 +01:00
Sandeep Somavarapu 527b6628e6
Merge pull request #66171 from Microsoft/sandy081/fix62370
move rendering marker hover to hover widget
2019-01-08 17:28:34 +01:00
Sandeep Somavarapu 6da2c7cdcb Read markers for intitial models 2019-01-08 15:57:50 +01:00
Sandeep Somavarapu d75c4f8764 Move clean up of markers to markers decoration service 2019-01-08 15:55:43 +01:00
Sandeep Somavarapu 978c72231a Fix #66213 2019-01-08 15:42:07 +01:00
Alex Dima d59a3c370e Use createSimpleKeybinding 2019-01-08 15:04:52 +01:00
Johannes Rieken 5aba426b77 fix tests 2019-01-08 14:18:31 +01:00
Johannes Rieken f9dac59254 add warning/'missing name'-message when symbol has no name, fixes #65545 2019-01-08 12:55:42 +01:00
Benjamin Pasero 3cd4852923 bump vscode-sqlite3@4.0.7 2019-01-08 12:37:07 +01:00
Benjamin Pasero eaf3e0fd62 storage - recover from backup upon exit when we detected a corrupt DB during runtime 2019-01-08 12:25:38 +01:00
Benjamin Pasero 64585dd5f8 storage - do not backup if we detect a corrupted DB during runtime 2019-01-08 11:32:11 +01:00
vemoo e5318955aa fix named multiline problem pattern parsing (#65840)
* do not generate error when parsing `NamedMultiLineCheckedProblemPattern`

* use simplify `MultiLineCheckedProblemPattern.is`
2019-01-08 10:59:57 +01:00
Benjamin Pasero 4c68f7f394 storage - do not unlink backups when backup fails 2019-01-08 10:34:33 +01:00
Benjamin Pasero dada6e18f3 fix #65773 2019-01-08 10:18:39 +01:00
Joao Moreno 7b375fcb82 Revert "Add activeSignatureHelp to SignatureHelpContext (#65440)"
This reverts commit 4a38520d59.
2019-01-08 10:09:47 +01:00
Benjamin Pasero ddd3d15133 storage - log keys and value length on error 2019-01-08 09:52:15 +01:00
Matt Bierner f599942a5f Strict null check workspaceActions 2019-01-07 18:11:41 -08:00
Matt Bierner 4b92f83fcd Fix bad progress service strict null check conversion
These values are really supposed to be undefined
2019-01-07 18:11:28 -08:00
Matt Bierner d9e2246c9b Temporarily revert using word range for TS completions due to #66187 2019-01-07 17:49:58 -08:00
Matt Bierner dc82a4aaac Strict null check composite part 2019-01-07 17:49:58 -08:00
Matt Bierner 6530b8eeb1 Strict null check workspace commands 2019-01-07 17:49:58 -08:00
Matt Bierner 80325e0127 Strict null check experimentalPrompt 2019-01-07 17:49:57 -08:00
Matt Bierner c2274d3d94 Strict null check panelViewlet
Also trying to align cases of `getKeyBinding`. Somtimes it returns null and sometimes it returns undefined. Prefer using undefined for all cases
2019-01-07 17:49:57 -08:00
Matt Bierner ac8cdbb227 Strict null check views 2019-01-07 17:49:57 -08:00
Matt Bierner 455a6970ac Strict null check actions 2019-01-07 17:49:57 -08:00
Matt Bierner b87b8b2bec Strict null check viewlet 2019-01-07 17:49:57 -08:00
Matt Bierner 929eba17ac Strict null check tree model 2019-01-07 17:49:57 -08:00
Daniel Imms b055403353 vscode-xterm@3.10.0-beta11-reflow 2019-01-07 16:38:10 -08:00
Daniel Imms 515d4ef95f
Merge pull request #66186 from Microsoft/windowInNodeUsage
Don't use 'window' in node/ files
2019-01-07 16:15:02 -08:00
Rob Lourens f8a0bfd00b Don't using 'window' in node/ files 2019-01-07 16:07:07 -08:00
Miguel Solorio 7181890e37 Update Octicons to fix rendering bug and add new icon mapping defaults 2019-01-07 14:48:29 -08:00
Matt Bierner 4a38520d59
Add activeSignatureHelp to SignatureHelpContext (#65440)
For #33413

Adds the active `SignatureHelp` object (along with the active signature) to the `SignatureHelpContext`.
2019-01-07 13:55:58 -08:00
Sandeep Somavarapu 41ae0c7875 move rendering marker hover to hover widget 2019-01-07 22:23:48 +01:00
Matt Bierner 14fd4cbf72 Prefer for-of loop and spread 2019-01-07 12:57:12 -08:00
Daniel Imms ac2c2922dc
Merge pull request #65994 from TylerLeonhardt/run-active-file-with-spaces-powershell-core-support 2019-01-07 11:54:48 -08:00
Rob Lourens 73872a6958 Fix #66140 - only use 'alt+shift+f' for search when explorer is focused 2019-01-07 11:41:50 -08:00
Johannes Rieken 069ad194ca better mangement of LifecyclePhase.Eventually 2019-01-07 18:00:28 +01:00
Johannes Rieken 08226e24d8 fix issue with runWhenIdle polyfill 2019-01-07 18:00:28 +01:00
Joao Moreno 493ad1da77 temporary comment out completions 2019-01-07 17:21:02 +01:00
Joao Moreno 84148436b9 Revert "💄"
This reverts commit 02d267c581.
2019-01-07 17:16:35 +01:00
Joao Moreno 02d267c581 💄 2019-01-07 15:59:18 +01:00
Joao Moreno 3a0a2e90c7 fixes #65981 2019-01-07 15:44:14 +01:00
Joao Moreno f5ff02e37a fix tree tests 2019-01-07 15:44:14 +01:00
Alex Dima 7a835ad264 Fixes #63407 2019-01-07 15:28:23 +01:00
Benjamin Pasero 9a28248b52 💄 2019-01-07 12:54:57 +01:00
Tereza Tomcova e9d6a653e6 bootstrap - handle UNC paths correctly (#66128)
fixes #53857
2019-01-07 12:51:26 +01:00
Alex Dima d813a31418 Fixes #65456 2019-01-07 12:27:33 +01:00
Alex Dima 7e83010989 Fix case where tab size 4 is chosen as the default 2019-01-07 12:07:50 +01:00