Commit graph

44327 commits

Author SHA1 Message Date
Alex Dima 9cf36cdf8f Rename CanonicalExtensionIdentifier to ExtensionIdentifier 2019-01-07 12:00:54 +01:00
Alex Dima ec4652f1cc Use also mtime to validate source file cache 2019-01-07 11:58:40 +01:00
Benjamin Pasero a1a6c1e801
bump node-sqlite@4.0.6 (#66139) 2019-01-07 11:33:15 +01:00
Joao Moreno ff157f90a0 add unshallow as an option for git pull 2019-01-07 11:22:26 +01:00
Joao Moreno bba335ab63 Merge commit 'refs/pull/65786/head' of github.com:Microsoft/vscode into pr/65786 2019-01-07 11:15:18 +01:00
Dirk Baeumer f8c833a89b Fix undefined checks 2019-01-07 10:54:48 +01:00
Dirk Bäumer 1e2a5f3e3c
Merge pull request #65716 from igorrafael/patch-1
Fix endLineNumber assignment in Problem Matcher
2019-01-07 10:49:27 +01:00
Johannes Rieken 3ab9550686 fix #66135 2019-01-07 10:45:13 +01:00
Alex Dima fb4f36cca8 Redraw editors when vscode:osResume is received (#58167) 2019-01-07 10:44:28 +01:00
isidor 7973e24ae0 debug issues to weinand 2019-01-07 10:37:43 +01:00
Andre Weinand ac39335c81 remove obsolete Tracker API 2019-01-07 10:28:46 +01:00
Alex Dima 63a98dde9c Remove console log 2019-01-07 10:11:44 +01:00
Alex Dima 12393db63b Fixes #65668: Guess a tab size of 2 even if it is not the maximum 2019-01-07 10:11:12 +01:00
João Moreno 9bdcd610ed
Merge pull request #65941 from Microsoft/kieferrm/smoke-test-shutdown
Gentle shutdown of application in smoke test
2019-01-07 10:07:11 +01:00
Joao Moreno c4a1b80e48 fix git settings scope 2019-01-07 09:58:34 +01:00
Alex Dima ad5d3d9f41 Fixes #62905: Add / to wordWrapBreakAfterCharacters 2019-01-07 09:05:51 +01:00
Rob Lourens 28e7467661 Clean up search css and unused svgs 2019-01-04 21:28:34 -08:00
Rob Lourens 8818239b40 Clean up some unused settings CSS and fix twistie opacity 2019-01-04 21:28:34 -08:00
Rachel Macfarlane f7f063bf4c Workaround for webview focus visibility issue (#66070) 2019-01-04 18:11:07 -08:00
Matt Bierner 9d2787e42e Accepting a member completion should result in valid code
Fixes #58597

Default to replacing the word range in js/ts. This is a change in core behavior so  we'll need to see what the feedback is like for it.
2019-01-04 18:09:48 -08:00
Matt Bierner 7a4944fb64 Add pinning test for paren accept character on bracket completion 2019-01-04 18:08:17 -08:00
Matt Bierner 6494c1c513 Adding pinning test for function treating paren as commit character 2019-01-04 18:01:01 -08:00
Matt Bierner 24cb22200e Move wait to setup block 2019-01-04 17:33:08 -08:00
Matt Bierner 6366adf510 Add pinning test for period treated as bracket trigger character 2019-01-04 17:30:26 -08:00
Matt Bierner b166d5896f Add basic pinning test for commit character var completion 2019-01-04 16:56:42 -08:00
Matt Bierner 483adec7a5 Add simple pinning test for basic completion 2019-01-04 16:49:40 -08:00
Matt Bierner df2d0c0fee Add pinning test for #53962 2019-01-04 16:29:19 -08:00
Matt Bierner 873fc8fc38 Enable tslint number-literal-format 2019-01-04 15:45:28 -08:00
Matt Bierner a131278f4a Enabling no-redundant-jsdoc for tslint 2019-01-04 15:34:50 -08:00
Matt Bierner 9d4e02e792 Make cursor moves and document changes cancel renames
Fixes #66060
2019-01-04 15:05:51 -08:00
Matt Bierner 197cc37892 Lazily create RenameInputField 2019-01-04 14:46:04 -08:00
Matt Bierner 05ed97acee Move renameInputVisible handling to widget itself
The widget is better equipped to know when it is visible or not.
2019-01-04 14:41:04 -08:00
Tyler Leonhardt c491352c4e address feedback 2019-01-04 14:33:01 -08:00
Matt Bierner 7bd7fdba43 Marking fields readonly 2019-01-04 14:22:52 -08:00
Matt Bierner 99d9c3fdb7 Correctly handle negative indexes for provideRenameEdits
Previously logic only did a check against `this._providers.length` so negative indexes would cause a access exception
2019-01-04 14:16:46 -08:00
Matt Bierner 9c066f02e0 Show progress during long running resolveRenameLocation operation
Fixes #66059
2019-01-04 14:09:48 -08:00
Matt Bierner 6096c7125b Cleanup RenameSkeleton
- Improve variable names
- More const
- More private
2019-01-04 14:03:00 -08:00
Matt Bierner a5a0a49493 Fix compile error 2019-01-04 13:37:47 -08:00
Matt Bierner 314cc521d8 Strict null check vs/workbench/electron-browser/window.ts 2019-01-04 12:03:24 -08:00
Matt Bierner 5100413434 Strict null check textEditor 2019-01-04 12:03:24 -08:00
Matt Bierner 0047903695 Strict null chec sideBySideEditor 2019-01-04 12:03:24 -08:00
Matt Bierner 0362fc4985 Strict null check editorControl 2019-01-04 12:03:24 -08:00
Matt Bierner 899fb82cc3 Strict null check binaryEditor 2019-01-04 12:03:24 -08:00
Matt Bierner 087629786a Mark private service properties declarated in ctors as readonly 2019-01-04 12:03:24 -08:00
Matt Bierner ad040a2f89 Strict null check history 2019-01-04 12:03:24 -08:00
Matt Bierner 67e52a2937 Strict null check browser/editor 2019-01-04 12:03:24 -08:00
Matt Bierner c91995c7df Strict null check walkThroughPart 2019-01-04 12:03:24 -08:00
Matt Bierner 6710ec0bf6 Strict null check partsSplash 2019-01-04 12:03:23 -08:00
Matt Bierner 47b0d070bb Strict null auto add 2019-01-04 12:03:23 -08:00
Matt Bierner 500207892e Use clearer name for state types 2019-01-04 12:03:23 -08:00