Rob Lourens
8dff81ed55
Add extra rg logging for #100373
2020-07-21 07:43:58 -07:00
Alex Ross
ca7f73b70c
Resolve task process variable
...
Fixes #103018
2020-07-21 16:24:35 +02:00
Benjamin Pasero
02e0d23090
VS Code refuses to save a files with extensions it doesn't like ( fix #102713 )
2020-07-21 16:22:36 +02:00
Sandeep Somavarapu
e2582caecd
allow to provide only url
2020-07-21 15:56:34 +02:00
Sandeep Somavarapu
288108c294
fix compilation
2020-07-21 14:30:19 +02:00
Sandeep Somavarapu
3fe5e609ce
fix tests
2020-07-21 14:07:45 +02:00
Sandeep Somavarapu
b8405ce0b8
Fix #103005
2020-07-21 13:55:01 +02:00
João Moreno
eb1ca267d6
comment out notebook web integration tests
2020-07-21 13:49:45 +02:00
Alex Dima
4f110a5ad3
Fixes #102198
2020-07-21 12:31:50 +02:00
João Moreno
5c7e862955
Merge pull request #102149 from Charles-Gagnon/patch-1
...
Only throw error if releaseNotesUrl doesn't exist
2020-07-21 12:26:57 +02:00
Alex Dima
9749ceef5e
Fixes #102336
2020-07-21 11:48:35 +02:00
Alex Dima
1b05bbed6e
Fixes #102339
2020-07-21 11:41:59 +02:00
Benjamin Pasero
5efad44b0d
tests - skip failing notebook tests for now ( #103003 )
2020-07-21 11:28:14 +02:00
Alexandru Dima
0e78d70a99
Merge pull request #102101 from microsoft/aeschli/sortExtByPrimaryLanguage
2020-07-21 11:21:30 +02:00
Alex Dima
226e7cafb9
Remove spread operator
2020-07-21 11:20:51 +02:00
Alexandru Dima
9c9877b68a
Merge branch 'master' into aeschli/sortExtByPrimaryLanguage
2020-07-21 11:15:49 +02:00
Alex Dima
a5aa8f5456
Fixes #102920
2020-07-21 10:46:15 +02:00
Robo
3d0d50caf8
chore: update to electron 9-x-y ( #102011 )
...
* chore: bump electron@9.0.5
* remove exploration config
* fix compile error
* fix compile error
* crashReporter has to be called only once before app ready
* chore: bump electron@9.1.0
* enable LayoutNG
* fix cron schedule
* allow disabling appcenter crash reporting
* set additional crash reporting parameters
* start crashreporter for child process on linux
* setup crash parameters only once
* remove unused crashReporter.guid
* address review feedback
* reuse argv.json for storing crash reporter id
* remove trailing commas
* update localized name
* update argv based on telemetry optout
* update initial config based on setting
* fix conditional errors
* remove telemetry.enableCrashReporter
* move default crash reporter config to electron-main
* update comment for ext host crash reporting
* set default value for configuration
* some 💄 changes
* address review feedback
* do not use ES7 features in JS yet
* add app.focus({ steal: true }) usage
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-07-21 09:39:34 +02:00
Sandeep Somavarapu
5451dbfb9e
#102581 update icon and merge view into title
2020-07-21 08:38:44 +02:00
Benjamin Pasero
6c79b090ee
💄 dangling comment
2020-07-21 08:23:38 +02:00
Benjamin Pasero
7e40e8e4be
auth dialog - enable context isolation ( #102926 )
...
* auth dialog - enable context isolation
* remote nativeWindowOpen
2020-07-20 23:16:33 -07:00
Benjamin Pasero
798047ca0f
web - contribute a "Go Home" menu action if we have a home indicator
2020-07-21 08:12:32 +02:00
Benjamin Pasero
a006879172
electron - explicitly disable spellchecker
...
It will be enabled by default starting with Electron 9
2020-07-21 07:50:25 +02:00
Benjamin Pasero
dc333833e9
eslint - fix linting issues
2020-07-21 07:46:15 +02:00
Evgeny Gryaznov
3c4a261d5f
Add missing code-import-patterns for files and directories targeting web. ( #102961 )
2020-07-21 07:45:44 +02:00
Miguel Solorio
f0646f81aa
Update Codicons: add 'merge'
2020-07-20 22:43:42 -07:00
deepak1556
57ad6558bf
chore: bump electron@8.4.0
2020-07-20 19:01:48 -07:00
rebornix
2501ecbe3f
💄
2020-07-20 18:03:30 -07:00
rebornix
5ed3ec1dae
save user selection of kernel provider to user settings.
2020-07-20 17:59:54 -07:00
rebornix
d586f701ec
kernel provider settings.
2020-07-20 17:17:50 -07:00
Matt Bierner
caa05dd6d5
Remove extra gating around selector
...
A registration should only need to if it targets all files, or just those on disk
2020-07-20 16:53:32 -07:00
Jackson Kearl
d361a5318e
Aadd link to upvote section of feature rewquest
2020-07-20 16:49:23 -07:00
Matt Bierner
3841f78377
Fix normalization of toResource for untitled resources
2020-07-20 16:36:58 -07:00
Matt Bierner
e41c195051
Work towards allowing enhanced syntax server commands to be run against any file
...
We currently restrict the TS server to working with a small set of file schemes. This is done because the TS server itself cannot read files from on of VS Code's virtual file system providers (and will crash if it tries to do so)
However we can enable single file commands for these other file schemes, so long as they are treated as in-memory files. This change works towards supporting that by changing when certain providers are enabled/disabled
2020-07-20 16:27:37 -07:00
Matt Bierner
8bf2ae16a0
Export RequestCancellerFactory implementations as constants
2020-07-20 16:27:37 -07:00
Matt Bierner
538ff07c71
Move logDirectoryProvide into server
2020-07-20 16:27:37 -07:00
Matt Bierner
90fbd0eb60
Extract cancellation.electron
...
This makes it possible to replace the cancellation logic for serverless
2020-07-20 16:27:37 -07:00
Matt Bierner
3b9db3df27
Extract NodeLogDirectoryProvider to electron specific file
2020-07-20 16:27:37 -07:00
Matt Bierner
00bd63c32c
Move lazyClientHost to own file
2020-07-20 16:27:37 -07:00
Matt Bierner
c17905888c
Extract onIsCaseInsenitiveFileSystem
2020-07-20 16:27:37 -07:00
Rob Lourens
90363c2f9d
Change cell execution/cancel API
...
Fix #99203
2020-07-20 14:43:20 -07:00
Rachel Macfarlane
357fe6956c
Ensure account preference set after login flow completes
2020-07-20 14:23:14 -07:00
Rachel Macfarlane
cd5b4a7c80
Emit activation event for auth providers when getSession is called
2020-07-20 14:23:14 -07:00
Jackson Kearl
c24e471cb4
Add note about preferring .gif
2020-07-20 11:13:15 -07:00
rebornix
711ff532e9
update distro.
2020-07-20 11:12:59 -07:00
Sandeep Somavarapu
b98f6685ee
fix tests
2020-07-20 19:56:49 +02:00
Sandeep Somavarapu
fc0dff3335
fix arg number
2020-07-20 19:53:32 +02:00
Miguel Solorio
70f972a002
Merge pull request #102968 from microsoft/misolori/editor-on-type-color
...
Make editor on type bg color themeable
2020-07-20 10:53:23 -07:00
Miguel Solorio
a0603603d9
Merge branch 'master' into misolori/editor-on-type-color
2020-07-20 10:52:54 -07:00
Sandeep Somavarapu
a23bd4f688
retain dialog
2020-07-20 19:49:12 +02:00