Commit Graph

8771 Commits

Author SHA1 Message Date
Rachel Macfarlane
006cfcd949 Rename microsoft auth provider output channel 2020-04-22 14:21:25 -07:00
Rachel Macfarlane
93cff0f3b6 Change key for microsoft auth provider 2020-04-22 14:17:36 -07:00
Matt Bierner
0d5ed6bfde Add logging of service state
For #95122
2020-04-22 14:01:30 -07:00
Duncan Walter
c7c2301bc2 TS: Add setting to prompt users about workspace tsdk (#95566)
* add a setting to prompt users to switch to tsdk version

* version manager in control

Co-authored-by: Duncan Walter <dwalter@hubspot.com>
2020-04-22 10:57:22 -07:00
João Moreno
3b0ba06a7b RemoteSourceProvider.icon 2020-04-22 17:16:35 +02:00
João Moreno
97b2fe2f7e show git repo details 2020-04-22 16:56:33 +02:00
Martin Aeschlimann
389e9dd5e8 Merge pull request #95751 from iliazeus/95584-additional-json-file-extensions
add more json file extensions #95584
2020-04-21 23:38:44 -07:00
Rachel Macfarlane
8fdb90a496 Add .vscodeignore file to github auth extension 2020-04-21 12:13:23 -07:00
Rachel Macfarlane
fd88fb9667 Await keychain write on logout for github auth 2020-04-21 11:16:45 -07:00
João Moreno
d1e315f5e1 fix git clone 2020-04-21 15:35:10 +02:00
João Moreno
3d04c5558e support multiple URLs 2020-04-21 14:20:30 +02:00
João Moreno
106552963c handle remote source provider errors 2020-04-21 12:13:56 +02:00
Ilia Pozdnyakov
dbdf8bb075 add more json file extensions #95584 2020-04-21 14:45:05 +07:00
Miguel Solorio
8409851de0 Update default sidebar section header colors (fixes #93764) 2020-04-20 10:30:40 -07:00
João Moreno
479b3dafb5 Merge branch 'joao/git-remote-providers' 2020-04-20 17:33:16 +02:00
João Moreno
0da6ba9071 Merge pull request #95549 from avdg/git-pager
Do not let git use a pager
2020-04-20 15:56:12 +02:00
Anthony Van de Gejuchte
bf9146eaf0 User 'cat' as GIT_PAGER option 2020-04-20 15:11:05 +02:00
João Moreno
968de61532 Merge commit 'refs/pull/81982/head' of github.com:microsoft/vscode into pr/81982 2020-04-20 14:25:59 +02:00
Anthony Van de Gejuchte
057500153b Move env declaration of GIT_PAGER 2020-04-20 14:13:34 +02:00
Anthony Van de Gejuchte
7374bff932 Do not let git use a pager 2020-04-17 18:37:51 +02:00
João Moreno
675ed02c1f move RemoteSourceProvider to git api 2020-04-17 16:34:22 +02:00
João Moreno
aeeec54c8e missing 2020-04-17 15:58:15 +02:00
João Moreno
1494dc7d08 improve ux around git remote picker 2020-04-17 15:56:13 +02:00
João Moreno
5f79de53e6 Merge branch 'master' into joao/git-remote-providers 2020-04-17 15:47:46 +02:00
Johannes Rieken
d1dfa5e91b iterate over suggestions only once, #95324 2020-04-17 09:06:34 +02:00
Rachel Macfarlane
b665721d95 Try downgrading vscode-extension-telemetry package 2020-04-16 22:50:48 -07:00
Rachel Macfarlane
87287d0275 Code cleanup, remove stuff related to sign in commands 2020-04-16 19:29:56 -07:00
Matt Bierner
5913061e1b Allow a custom editor to opt out of supporting multiple instances for a single resource
#77131
2020-04-16 17:40:20 -07:00
Rachel Macfarlane
c63a842f00 Add basic telemetry to auth providers 2020-04-16 11:59:07 -07:00
Matt Bierner
c189b2bb05 Remove use of memoize
Fixes #95324
2020-04-16 10:17:01 -07:00
Matt Bierner
b89738c83b Scope prepareRename to TS 3.1+
Fixes #95399
2020-04-16 10:17:01 -07:00
Eric Amodio
77e79529e1 Removes bogus code 2020-04-16 11:48:34 -04:00
João Moreno
e2e8461d68 Merge branch 'master' into joao/git-remote-providers 2020-04-16 11:38:01 +02:00
Matt Bierner
1c542d50be More improvements to TS completion computation
For #95324

- Get word range before we make the TS request
- Reuse the context
2020-04-15 14:14:20 -07:00
Matt Bierner
564c619d73 💄 2020-04-15 14:14:20 -07:00
Matt Bierner
a51f8c4626 Fix missing property description string 2020-04-15 12:46:40 -07:00
Matt Bierner
605d2cfadb 💄 2020-04-15 12:46:40 -07:00
João Moreno
27afc6b477 wip: git remote providers 2020-04-15 21:30:32 +02:00
Matt Bierner
948aa4a214 Make TS completion item more efficent to compute
For #95324

- Removes repeated calls to `getWordRangeAtPosition`
- Only use our fuzzy string logic when using TS 3.8 or older
2020-04-15 10:02:47 -07:00
Martin Aeschlimann
b02307e53d [themes][semantic] default themes: new constant color. Fixes #95346 2020-04-15 17:04:28 +02:00
Rachel Macfarlane
1b9a442590 Move github config generation to own build step 2020-04-14 22:59:08 -07:00
João Moreno
b8512b2055 remove git content provider 2020-04-15 07:42:50 +02:00
Josh Smith
3f9e68436b Issue #93589: Rename 'renameShorthandProperties' setting to 'useAliasesForRenames' (#94480)
* Issue #93589: Rename 'renameShorthandProperties' setting to 'useAliasesForRenames'

* Issue 93589: Added deprecation message to 'renameShorthandProperties' preference

* Issue 93589: Old and new setting value added for mitigtion

Co-authored-by: joshuahs <joshuahs@umich.edu>
2020-04-14 14:53:19 -07:00
Alexandru Dima
fdab8aef2a Merge pull request #95245 from TylerLeonhardt/autoclosing-powershell-herestrings
Add PowerShell herestring autoclosing pairs
2020-04-14 23:28:07 +02:00
Matt Bierner
b6c2ea092d Add experimental trigger reason to ts server protocol
For https://github.com/microsoft/TypeScript/issues/35096
2020-04-14 13:55:08 -07:00
Tyler Leonhardt
b6d8d6ef14 Add PowerShell herestring autoclosing pairs 2020-04-14 09:06:40 -07:00
Martin Aeschlimann
8d23203c65 fix compile error 2020-04-14 17:59:41 +02:00
Martin Aeschlimann
951164ae96 product icons definition files: show icon in hover 2020-04-14 17:46:12 +02:00
Martin Aeschlimann
e81eebde0d Minimal support for JSON-LD files. Fixes #95013 2020-04-14 12:13:12 +02:00
Thomas Weingartner
b5136c0c79 Fix to 'Markdown Preview of relative links drops 'host' from path' (#95092)
* Fix #93691

* Fix #93961
2020-04-13 14:43:00 -07:00