João Moreno
be901d8db1
fixes #103053
2020-07-22 10:37:09 +02:00
Alex Dima
5aaf15dfdc
Fixes #102062 : Ignore EPIPE errors when writing to node sockets, since the socket will soon emit a close event
2020-07-22 10:08:13 +02:00
Sandeep Somavarapu
b64f1b0920
revert
2020-07-22 10:00:05 +02:00
Sandeep Somavarapu
38f1b31e11
improve wording
2020-07-22 09:53:09 +02:00
Andre Weinand
b572b43606
remove not used proposed API; see #101883
2020-07-22 09:44:03 +02:00
João Moreno
14eaef19ab
fixes #103046
2020-07-22 09:41:17 +02:00
Sandeep Somavarapu
75aba9d98e
#102581 Rename the view to merges
2020-07-22 09:34:43 +02:00
João Moreno
e4f2a0fa0b
Merge pull request #103044 from NotWearingPants/patch-1
...
Treat all files with `npmrc`/`npmignore`/`gitignore` extensions as properties/ignore files
2020-07-22 09:26:02 +02:00
Sandeep Somavarapu
111c5d92c5
#102581 - Remove trailing dot
2020-07-22 09:16:04 +02:00
Matt Bierner
0a7364f005
Use object parameter for services
2020-07-21 18:56:27 -07:00
Matt Bierner
feadf5183d
Move code lens files into own directory
2020-07-21 17:19:47 -07:00
Matt Bierner
5dfb77c313
Move task provider into own folder
2020-07-21 17:15:20 -07:00
Matt Bierner
a4b0116978
Rename features -> langaugeFeatures
2020-07-21 17:12:19 -07:00
Matt Bierner
6649f4e296
Clean up extension activation
2020-07-21 17:06:24 -07:00
Matt Bierner
0bf4493b75
Don't send git resources to tsserver
2020-07-21 16:52:17 -07:00
Matt Bierner
21cd7c6001
Move some files into server
2020-07-21 16:47:54 -07:00
Matt Bierner
ae7254a2e9
Fixing some errors when loading workspace TS versions
2020-07-21 16:41:02 -07:00
Matt Bierner
23c4467ed3
Enable web TS Server ( #102990 )
...
This enables running the TS Server on web. This currently requires a special version of the TypeScript server
2020-07-21 16:13:52 -07:00
NotWearingPants
e4824fa66a
Treat all files with an npmrc/npmignore extension as properties/ignore files
2020-07-22 00:22:10 +03:00
NotWearingPants
399d695f5f
Treat all files with a gitignore extension as ignore files
2020-07-22 00:18:54 +03:00
Matt Bierner
ec8606cb49
Make sure main process webview file resource loads stays on main process
...
We were checking the wrong uri
2020-07-21 14:02:28 -07:00
Rob Lourens
145a0072d3
Fix not resetting cell list focus context key when closing notebook
2020-07-21 11:42:01 -07:00
Rob Lourens
282214a364
Clean up group listener
2020-07-21 11:41:26 -07:00
Rob Lourens
8fbe6d6fd8
💄
2020-07-21 10:25:02 -07:00
Rob Lourens
9ffeec81b6
Add left/right folding keybindings for mac
2020-07-21 08:51:02 -07:00
Sandeep Somavarapu
973f12a4bf
contribute configuraiton defaults through workbench web api
2020-07-21 17:42:38 +02:00
Sandeep Somavarapu
6112310978
use workbench base config
2020-07-21 17:42:38 +02:00
Rachel Macfarlane
786af3a8d0
Simplify auth sessions change event
2020-07-21 08:03:58 -07:00
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