rebornix
b9eafe5f66
intergration tests.
2020-04-23 11:55:23 -07:00
Matt Bierner
5426f5ff70
Add CustomDocumentContentChangeEvent
...
For #77131
- Rename `onDidEdit` to `onDidChange`
- Allow custom editors to fire a `CustomDocumentContentChangeEvent` that only marks the editor as dirty but does not enable undo/redo. The only way for editor to get out of this dirty state is to either save or revert the file
2020-04-16 17:40:20 -07:00
João Moreno
54442c1c7b
move built-in extensions to product.json
2020-04-06 13:36:07 +02:00
João Moreno
0074066c39
Revert "extensions: allow built-in extensions on different qualities ( #89199 )"
...
This reverts commit 7ad58a9bd7 .
2020-04-06 12:49:47 +02:00
João Moreno
1ef5d986de
upgrade dependencies in build
2020-04-03 07:49:06 +02:00
Matt Bierner
273a4a389d
Convert most ts-ignore-calls to ts-expect-error ( #93617 )
...
Changes over to use ts-expect-error: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#ts-expect-error-comments
This revealed a number of places where we no longer need to supress errors
2020-03-30 17:31:37 -07:00
Alex Dima
cc46bf5cfd
Remove registerAndGetAmdImageURL and support for it in the build scripts
2020-03-27 19:45:41 +01:00
Benjamin Pasero
3364686d79
quick access - remove actionbar contributor that is no longer needed
2020-03-26 12:11:47 +01:00
Benjamin Pasero
df958c974f
web - remove "Open in Desktop"
...
Instead it should move into the new remote picker that is enabled for web.
2020-03-25 08:21:45 +01:00
Rachel Macfarlane
2b86488f03
Add account context menu, #90385
2020-03-20 09:51:35 -07:00
rebornix
5194415bae
Merge remote-tracking branch 'origin/master' into rebornix/notebook
2020-03-18 09:53:43 -07:00
Matt Bierner
708b019bb4
Check in rebuilt file
2020-03-17 15:06:34 -07:00
Matt Bierner
1c741ecc64
Move web playground code into its own extension ( #92672 )
...
This splits the web playground out from vscode-api-tests
2020-03-17 15:01:17 -07:00
rebornix
cdfd6eca84
Merge remote-tracking branch 'origin/master' into rebornix/notebook
2020-03-16 14:08:26 -07:00
Alex Dima
33f8b720d1
Fix tree shaking
2020-03-16 14:11:33 +01:00
Dirk Baeumer
14281cfc18
Fixes #92352 : Translation export fail
2020-03-10 14:54:57 +01:00
Johannes Rieken
52ea4ff1d7
Merge branch 'master' into rebornix/notebook
2020-03-10 10:43:26 +01:00
Benjamin Pasero
37e042c291
quick access - contribute help for standalone and workbench separately
2020-03-07 16:26:44 +01:00
Sandeep Somavarapu
765fa66e78
use proper fs errors
2020-03-06 16:34:42 +01:00
rebornix
fda49c06fa
Merge remote-tracking branch 'origin/master' into rebornix/notebook
2020-03-05 14:03:24 -08:00
Alex Dima
8192262a14
Add more support for exported imports in tree shaking
2020-03-05 18:25:28 +01:00
Alex Dima
39fed576a4
Better support for shorthand property assignment in the treeshaker
2020-03-05 15:58:37 +01:00
Alex Dima
68351085db
Fix treeshaking, not all export clauses should be kept
2020-03-05 10:25:06 +01:00
Johannes Rieken
cddc990d7a
Merge branch 'master' into rebornix/notebook
2020-03-03 12:10:05 +01:00
Johannes Rieken
4a9931ec4e
treeshaker should keep [Symbol.iterator]-members because there are implict references from for-of loops
2020-03-03 11:56:12 +01:00
Johannes Rieken
27bc032975
nuke special lib options and use compiler option's lib instead
2020-03-02 13:44:22 +01:00
Matt Bierner
ff253a8f60
Build VS Code with TS 3.9-nightly
2020-02-29 11:45:48 -08:00
rebornix
f3780d98fb
Merge remote-tracking branch 'origin' into rebornix/notebook
2020-02-26 14:56:49 -08:00
Joao Moreno
cc5dd0c98b
refactor build
2020-02-21 15:30:01 +01:00
Johannes Rieken
ee7bb4f692
Merge branch 'master' into rebornix/notebook
2020-02-21 11:31:45 +01:00
Rachel Macfarlane
eed39324b6
Add GitHub authentication provider extension, closes #90384
2020-02-20 10:56:16 -08:00
rebornix
fb12bf9113
Merge branch 'master' into rebornix/notebook
2020-02-20 09:39:24 -08:00
Benjamin Pasero
5d64dcc0a6
working copy - introduce and adopt a way to participate in file operations
2020-02-20 09:27:45 +01:00
rebornix
612a935c1a
Merge remote-tracking branch 'origin/master' into rebornix/notebook
2020-02-12 18:08:24 -08:00
Benjamin Pasero
bdf11560cd
Web - add "Open in Desktop" feature and new web API
2020-02-12 11:21:19 +01:00
rebornix
c78a8696fc
Merge remote-tracking branch 'origin/master' into rebornix/notebook
2020-02-07 10:22:51 -08:00
Jackson Kearl
cf88fb47a5
Pull Search Editor files into new contrib/ entry
2020-02-05 19:46:04 -08:00
Benjamin Pasero
c4622ac41a
build leftover
2020-02-05 11:29:30 +01:00
Benjamin Pasero
453e0423bf
build leftover
2020-02-05 11:29:08 +01:00
Benjamin Pasero
2095810809
layers check - make sure to test editor contrib as well
2020-02-05 11:19:00 +01:00
rebornix
1d71d49864
Merge remote-tracking branch 'origin/master' into rebornix/notebook
2020-02-03 14:33:18 -08:00
Johannes Rieken
8342b3ada9
add some lint rules that enforce our api-guidelines
2020-01-31 12:10:58 +01:00
Eric Amodio
6e94e48a76
Adds nls folder for timeline
2020-01-27 15:28:33 -05:00
rebornix
dcc4ed568b
Merge remote-tracking branch 'origin/master' into rebornix/notebook
2020-01-27 10:51:28 -08:00
Connor Peet
b6b604ab37
extensions: fix missing update to compiled extensions build file
2020-01-24 09:59:33 -08:00
Connor Peet
7ad58a9bd7
extensions: allow built-in extensions on different qualities ( #89199 )
...
Adds a new optional `forQualities` property to built-in extensions,
and filters that as appropriate for different builds.
2020-01-24 07:39:34 -08:00
Sandeep Somavarapu
a46a5dba98
#88322 Provide a picker to select extensions to sync
2020-01-16 09:03:39 +01:00
Benjamin Pasero
1f5a5470c5
implement backup on shutdown via working copies ( #84672 )
2020-01-14 15:30:23 +01:00
rebornix
e485187ad2
Merge commit 'cd4472ed5fd79551d95acf7d9ed23ce20cb2233d' into rebornix/notebook
2020-01-09 15:57:41 -08:00
Johannes Rieken
c52001dcea
Merge branch 'master' into joh/bulkEditPreview
2020-01-08 09:30:30 +01:00