Commit graph

10155 commits

Author SHA1 Message Date
rebornix
c4f273e3df fix tests. 2021-02-02 09:39:10 -08:00
Matt Bierner
d9ff550d02 Add intellisense for onOpenExternalUri activation and rename event
Fixes #115131

Also renames the activation event to `onOpenExternalUri`
2021-02-01 19:57:54 -08:00
Matt Bierner
d99c218e9b Make sure we always apply TS auto imports, even if VS Code applies the completion before it has been resolved
Fixes #109439

This introduces a new `ApplyCompletionCommand` that is included on all JS/TS completions, which  applies additional parts of the completion (such as auto imports).

This is needed since VS Code will not always wait until `resolveCompletionItem` completes before appling the completion. This causes auto imports to sometimes not work when typing quickly
2021-02-01 18:03:18 -08:00
Matt Bierner
60bb22ddd3 Use test instead of match 2021-02-01 18:03:18 -08:00
Matt Bierner
7490ac87e1 Fix spelling 2021-02-01 18:03:18 -08:00
Matt Bierner
4ccfa1d019 Fix spelling 2021-02-01 18:03:18 -08:00
Matt Bierner
6f1fbfdd93 Inline object map type
It was only being used in one spot, so just inline this type
2021-02-01 18:03:18 -08:00
Matt Bierner
8c3e6cd9ee Fix spelling 2021-02-01 18:03:18 -08:00
Matt Bierner
4e00f75408 Remove stubs file reference protocol 2021-02-01 18:03:18 -08:00
Eric Amodio
6fed1b6383 Uses background flag for better perf/mem usage
Filters out deleted resources
2021-02-01 18:02:28 -05:00
Matt Bierner
925d9234b8 Pick up latest TypeScript 4.2 nightly
This also migrates us to use our normal TS install for the serverless version
2021-02-01 14:15:27 -08:00
Alex Ross
b37252c182 Update grammars 2021-02-01 17:48:44 +01:00
Matt Bierner
8c5e805d3a Fix spelling 2021-01-28 12:01:38 -08:00
Eric Amodio
e6d5a20944 Fixes getBranch when name is fully qualified 2021-01-27 14:51:15 -05:00
Martin Aeschlimann
4bd2d367e7 Remote smoketest timeout (fixes #115159) 2021-01-27 15:52:25 +01:00
João Moreno
7b0cfdd04a
fix git askpass 2021-01-27 09:45:19 +01:00
Matt Bierner
a56bc0c671 Don't write preferredLocation into workspace settings for find file references 2021-01-26 16:17:14 -08:00
Matt Bierner
e5c4f426fe Fix setting decription and remove unused setting 2021-01-26 16:03:36 -08:00
rebornix
d5bdb0efb2 fix #115011. 2021-01-26 08:39:30 -08:00
João Moreno
9e07bfd594
related to #115037 2021-01-26 14:12:50 +01:00
João Moreno
75ff8b1131
fixes #115037 2021-01-26 14:10:49 +01:00
João Moreno
1f1ed78f7d
Use ;; instead of ; for line comments (#115036)
LISPs in general and Clojure in particular by convention uses double semicolons
for regular line comments. Single semicolons are reserved for trailing comments
at the end of a line, and are treated (aligned) differently in some editors,
notably Emacs.

Co-authored-by: Arne Brasseur <arne@arnebrasseur.net>
2021-01-26 05:01:49 -08:00
rebornix
ae8bd3216f 💂 tests for selecting kernel. 2021-01-25 15:58:57 -08:00
Eric Amodio
2f6c928b20 Fixes getBranch issue with remote branches
Improves perf by reducing git calls from 3 to 1

Before this change, remote branches were returned as local ones (RefType.Head), now they will be RefType.RemoteHead
2021-01-25 18:50:31 -05:00
Wahid Shafique
748b2e5a85
Remove # from typescript deprecation warnings (#114787)
Remove tags to match standard deprecation warnings (example dceba9ebb7/extensions/html-language-features/package.nls.json (L32))
2021-01-25 15:37:58 -08:00
Martin Aeschlimann
68b7e79867 fix test-product icon 2021-01-25 21:54:34 +01:00
Oleg Demchenko
582ea371c2
[microsoft-authentication] Extend authentication session to return id tokens (#114675) 2021-01-25 12:12:05 -08:00
Alexandru Dima
5a3fedf0c4
Merge pull request #114628 from microsoft/alex/python-language-configuration
Move `onEnterRules` to `language-configuration.json`
2021-01-25 20:50:40 +01:00
Martin Aeschlimann
62093ff022 [html/json/css] update services & dependencies 2021-01-25 20:17:54 +01:00
Alexandru Dima
d877e86bdd
Merge branch 'master' into alex/python-language-configuration 2021-01-25 20:11:25 +01:00
João Moreno
3b03189afa
Restore extensions in core (#114921)
* bring back grammar extensions

* fix hygiene

* Revert "pull themes from the marketplace"

This reverts commit 0738f76dac.
2021-01-25 17:07:56 +01:00
David Sanders
7b317afd93
Fix starting scroll for URIs with fragment (#111126) 2021-01-22 17:41:25 -08:00
Connor Peet
add5b32d95
testing: initial implementation of test decorations 2021-01-22 12:58:45 -08:00
Martin Aeschlimann
5809e9eb03 testresolver: support server extensions 2021-01-22 15:49:14 +01:00
Alex Ross
e5dd4b6e4b Add mock support for public ports to test resolver 2021-01-22 12:09:26 +01:00
Jackson Kearl
7e55fa0c54
Search In Open Editors (#107756)
* Initial work on "search in open editors"

* Update wording

* Update messaging for open editors config

* Add command to open all git changes (in association with searching in all open editors)

* Add strict parsing mode to search using providers for specific files

* Clean

* Remove log

* Naming

* Transfer open editors config to search editor

* Pass in more places

* Add some testing
2021-01-21 16:59:07 -08:00
Matt Bierner
542de8e009 Move schemes to opener metadata 2021-01-21 14:41:25 -08:00
Matt Bierner
885585c7f8 Remove test math formula from readme 2021-01-21 14:41:25 -08:00
Alex Ross
3ec9067200 Simplify local port logic in test resolver + OS check 2021-01-21 16:53:57 +01:00
Alex Ross
e8f6c27381 Use random port if privileged in test resolver 2021-01-21 16:36:30 +01:00
Alex Ross
fcccc85ff9 Add more to test resolver tunnel factory and fix port filtering 2021-01-21 16:23:55 +01:00
Alex Ross
d8831220ff Update showCandidatePort for test resolver 2021-01-21 15:06:55 +01:00
Martin Aeschlimann
b5f36a24b6 testresolver: start a test server 2021-01-21 14:04:08 +01:00
Martin Aeschlimann
0249c31a59 testResolve: more tunnelservice fixes 2021-01-21 12:14:35 +01:00
Alexandru Dima
c735c8b291
Merge branch 'master' into alex/python-language-configuration 2021-01-21 12:13:43 +01:00
Martin Aeschlimann
67bf6577b4 testResolver: fix for tunnel server 2021-01-21 12:09:24 +01:00
Martin Aeschlimann
15e58cea4d test resolver: add tunnel server 2021-01-21 11:57:28 +01:00
Eric Amodio
6b241a6845 Closes #111210 - adds openRepository api 2021-01-21 01:06:48 -05:00
Eric Amodio
5bcd222075 Fixes checking for rebase against wrong branch
Refs: #1866
2021-01-21 00:29:16 -05:00
Rachel Macfarlane
93ae815ba1 Feedback on secrets API #112249 2021-01-20 09:24:48 -08:00