44250 Commits

Author SHA1 Message Date
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
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
Matt Bierner
c109d319fe Second pass converting for index based looping to for-of loops
More manual conversion of index based for loops to for-of loops
2019-01-04 12:03:23 -08:00
Rob Lourens
137dbe92bb Bump node2 2019-01-04 11:18:28 -08:00
Rob Lourens
d97fce931e Search view - fix new tree not opening the next result when clicking 'x' or replacing 2019-01-04 10:59:53 -08:00
Rob Lourens
0097640909 Remove now-unnecessary debounce on settings editor layout 2019-01-04 10:35:42 -08:00
Rob Lourens
acb5d2f2c2 Remove dead css 2019-01-04 10:35:42 -08:00
Benjamin Pasero
d657d0c136 update todo 2019-01-04 18:12:51 +01:00
isidor
f7fa42107e debug add configuration: do not delete lines 2019-01-04 17:40:09 +01:00
Martin Aeschlimann
6aa8f50d63 [xml] Don't report *.config files as XML. Fixes #63462 2019-01-04 17:26:43 +01:00
Martin Aeschlimann
d72bc587c3 [themes] fix commit hash for themes copied from Colorsublime/Colorsublime-Themes 2019-01-04 17:08:20 +01:00
Martin Aeschlimann
6be20f4f76 [seti] script to update commitHash in cgmanifest 2019-01-04 17:08:20 +01:00
Joao Moreno
2f82209adf 💄 cleanup git input validation rules
#60407
2019-01-04 17:03:11 +01:00
Joao Moreno
e6878ce54f Merge commit 'refs/pull/60407/head' of github.com:Microsoft/vscode into pr/60407 2019-01-04 16:51:22 +01:00
Joao Moreno
258aac466a 💄 cleanup abstract update service 2019-01-04 16:47:38 +01:00
Joao Moreno
910284fc29 💄 clean update.channel setting description 2019-01-04 16:45:53 +01:00