Commit Graph

40586 Commits

Author SHA1 Message Date
Rob Lourens
f40ca995d5 SuggestEnabledInput - account for slightly transparent text selection, when matching native text selection 2018-10-02 16:26:09 -07:00
Matt Bierner
ff957050db Remove use strict in extensions (part 2)
We compile using alwaysStrict so this directive is not needed
2018-10-02 16:23:27 -07:00
Matt Bierner
d4edb9abcc Remove use strict directives in main VS Code src (part 3)
We compile using the alwaysStrict flag so these directives are not needed.

This part removes most of the remaining use strict directives that were not caught by part 1 and 2
2018-10-02 16:14:11 -07:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Matt Bierner
c63c97c128 Remove use strict directives in main vs code ts files
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Matt Bierner
dd3e2d94f8 Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -07:00
Matt Bierner
4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Matt Bierner
7ebea5fba0 Remove "use strict" directives in tests
We set alwaysStrict so this directive is not needed
2018-10-02 15:59:35 -07:00
Matt Bierner
cfeeb33345 Ensure that normal tsc compile still works 2018-10-02 15:59:35 -07:00
Matt Bierner
0434bd7915 Clean up type inclusion logic 2018-10-02 15:59:35 -07:00
Matt Bierner
02593076f8 Revert including yazl types 2018-10-02 15:59:35 -07:00
Ramya Achutha Rao
de6064c90a Allow copying text from parameter hint widget 2018-10-02 15:48:29 -07:00
Ramya Achutha Rao
36a2a4b9cf Track experiment id 2018-10-02 14:50:54 -07:00
Matt Bierner
c794db9e31 Switch to use a few more @types packages instead of our custom versions 2018-10-02 14:23:28 -07:00
Matt Bierner
f5850c9510 Try using @types for typings instead of our custom versions in src/typings 2018-10-02 14:07:19 -07:00
Johannes Rieken
0fb324496a make sure ensureLowerCaseVariants has been called 2018-10-02 21:04:47 +02:00
Johannes Rieken
63d6fcf8f3 better fix for test 2018-10-02 21:02:00 +02:00
Sandeep Somavarapu
f8a5a48471 do not use timeout 2018-10-02 20:52:17 +02:00
Johannes Rieken
a161d235bc fix tests 2018-10-02 20:42:57 +02:00
Matt Bierner
7e87d06a4a Skip failing test 2018-10-02 11:40:50 -07:00
Matt Bierner
e6454e6cbc Add workaround some completions unit tests failing with null access exceptions 2018-10-02 11:36:38 -07:00
Sandeep Somavarapu
cd1eb20dc0 Fix tests 2018-10-02 20:31:18 +02:00
Sandeep Somavarapu
d5912ce583 Fix tests 2018-10-02 20:24:02 +02:00
Matt Bierner
cde4ad5bcd Don't force update webview content when retainContextWhenHidden is set and contents have not changed
Fixes #59823
2018-10-02 11:06:30 -07:00
Daniel Imms
686e741624 Vertically align welcome checkbox with text
Fixes #18879
2018-10-02 10:48:34 -07:00
Sandeep Somavarapu
4b427941dc #53526 Fix compilations 2018-10-02 19:34:06 +02:00
Sandeep Somavarapu
2b902734c1 #53526 Use Promise 2018-10-02 19:32:45 +02:00
Matt Bierner
a6f0ff5d93 Remove unused typings 2018-10-02 10:24:20 -07:00
Matt Bierner
fb51020ae3 Switch to use node module resolution
This is the modern form of module resolution  recommend by typescript
2018-10-02 10:24:20 -07:00
Matt Bierner
c050c96b97 Update json server to use shared tsconfig 2018-10-02 10:24:20 -07:00
Matt Bierner
9116ec29ab Use shared config for html server 2018-10-02 10:24:20 -07:00
Matt Bierner
ef5bd4810a Use shared config for css language features 2018-10-02 10:24:20 -07:00
Matt Bierner
60287ebe51 Move configuration-editing to use shared tsconfig 2018-10-02 10:24:20 -07:00
Matt Bierner
69056ab090 Upgrade extension-editing extension to use shared tsconfig
Use the shared tsconfig and fix a number of strict mode typing errors and null check errors
2018-10-02 10:24:19 -07:00
Matt Bierner
e12fbaa5cd Update html, css, andjson clients to use shared tsconfig 2018-10-02 10:24:19 -07:00
Matt Bierner
6d11792abf Change the git extension to use shared tsconfig 2018-10-02 10:24:19 -07:00
Matt Bierner
52d3961c2b Update more extensions to use shared config 2018-10-02 10:24:19 -07:00
Joao Moreno
e4e040c6f2 tree test: back to level 5 2018-10-02 18:43:14 +02:00
Joao Moreno
a55274bf18 tree: collapsed visible node should still recurse when filtering 2018-10-02 18:43:14 +02:00
Joao Moreno
60ba9db9d7 tree: fix filter & collapse 2018-10-02 18:43:14 +02:00
Sandeep Somavarapu
321df0350f Fix reject -> resolve 2018-10-02 18:31:42 +02:00
Sandeep Somavarapu
836c4fc8d4 #53526 Use Promise 2018-10-02 18:04:04 +02:00
Johannes Rieken
a46d73ebed 💄 2018-10-02 17:51:29 +02:00
Joao Moreno
d6eca6882d tree perf collapseall 2018-10-02 17:46:59 +02:00
Johannes Rieken
19e63edfd9 perf - tweak defaultComparator 2018-10-02 17:46:04 +02:00
Johannes Rieken
e808161b9e perf - pre-compute and cache lower case variants for label, sortText, and filterText 2018-10-02 17:46:04 +02:00
Johannes Rieken
4623835328 fuzzyScore - allow passing of lower-case variants of things, allow passing of start positions, move whitespace starts to completion model 2018-10-02 17:46:04 +02:00
Joao Moreno
fadfadeab6 remove console.log 2018-10-02 17:23:26 +02:00
Sandeep Somavarapu
70d90e43e6 - Use svg icon for record keys
- Move clear action to search input
2018-10-02 17:12:10 +02:00
isidor
a1fa2a89d6 debug: tree clear focus and selection and focusing into input box in trees
fixes #59829
2018-10-02 17:09:44 +02:00