Joao Moreno
f6c56a64b4
fix build
2022-01-17 17:20:23 +01:00
Benjamin Pasero
eecbd962ef
debt - rename iconv-lite-umd package ( #140650 )
2022-01-14 07:28:41 +01:00
Alex Dima
6851b106e0
Improve test checking for createDecorator or refineServiceDecorator
2022-01-11 17:41:07 +01:00
Paul Köck
a06afb22ce
chore: update copyright year ( #139988 )
...
* Oh, it's already 2022
* Updated copyright to 2022
2022-01-09 19:03:44 -08:00
Joao Moreno
a9acf06479
fix webignore patterns for appinsights
...
also, web: look for minified entrypoints as well
Closes : #140158
2022-01-07 15:18:18 +01:00
Joao Moreno
35c70dc0a2
minify svgs
...
Related-to: #140159
2022-01-07 15:14:23 +01:00
Henning Dieterichs
8bb3448eb3
Merge pull request #140044 from microsoft/hediet/breakpointHitSounds
...
Play a sound whenever a breakpoint is hit.
2022-01-07 13:51:43 +01:00
Henning Dieterichs
4e92361380
Configures i18n for vs/workbench/contrib/audioCues.
2022-01-06 16:16:41 +01:00
João Moreno
5e630c145f
Enable IPC API for web ( #138054 )
...
* wip: ipc api
* wip: send message ports upfront
* address both inside and outside iframe
* fix build
* relay MessagePort to worker
* address api discussion feedback
* check for proposed api
* fix layer breakage
Co-authored-by: Alex Dima <alexdima@microsoft.com >
2022-01-05 02:11:12 -08:00
Alex Dima
c8e2fd7bae
Renames
2021-12-29 00:37:35 +01:00
Alex Dima
2988d3dcd9
check in compilation output from 70489f2c90
2021-12-20 17:16:44 +01:00
Alex Dima
bd8c42ac44
Fixes microsoft/monaco-editor#2842 : Keep static members with initializers that might have side effects
2021-12-20 17:06:00 +01:00
Alexandru Dima
7d5de2d449
Fixes microsoft/monaco-editor#2822
2021-12-14 21:45:42 +01:00
Benjamin Pasero
70489f2c90
layers - add trimStart and trimEnd
2021-12-14 12:32:10 +01:00
Joao Moreno
acdd512060
make api proposal names task play better with gulp
...
cc @jrieken
2021-12-13 11:36:37 +01:00
Joao Moreno
18214d3dbd
fix EOL for generated extensionsApiProposals.ts
2021-12-08 15:19:51 +01:00
Joao Moreno
f0e7d8545a
we check in /build ts output to the repo
...
cc @lramos15
2021-12-08 15:19:50 +01:00
Logan Ramos
f0654a2f62
Fix #138361
2021-12-03 10:00:47 -05:00
Johannes Rieken
7ac327281a
make sure proposal name generation is sorted, https://github.com/microsoft/vscode/issues/131165
2021-11-12 11:05:56 +01:00
Alexandru Dima
37794dfd2c
Merge pull request #135774 from microsoft/alex/main-process-extension-host
...
Create extension host processes from a node worker in the main process
2021-11-11 17:51:25 +01:00
Johannes Rieken
788d959222
simplify extensionsApiProposals, https://github.com/microsoft/vscode/issues/131165
2021-11-11 17:17:21 +01:00
Alex Dima
18777d92ea
Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host
2021-11-11 15:09:20 +01:00
Johannes Rieken
b48a7f385e
tweak generation of propsal file a little bit
2021-11-11 12:55:28 +01:00
Johannes Rieken
0613f0caf2
generate apiProposalNames as ReadonlySet
2021-11-10 15:20:44 +01:00
Johannes Rieken
fe6b867b00
declare proposed API properties for package.json and link them with actual proposal names
2021-11-10 12:34:07 +01:00
Johannes Rieken
da967b591e
add generated file api proposal names, add compile script that generates this file
2021-11-10 11:54:24 +01:00
Matt Bierner
c20b2c9589
Add unique names to most proposal regions
...
Also updates eslint rule to enforce regions with unique names
2021-11-09 17:56:11 -08:00
Alex Dima
c30ffc4a7e
Fix problem with duplicated entry points
2021-11-09 23:41:02 +01:00
Johannes Rieken
fc420cb9cb
add custom rule to prevent test.only
2021-11-01 16:37:13 +01:00
Alex Dima
fb659f1542
Add IOptimizeTaskOpts.externalLoaderInfo
2021-10-16 11:43:36 +02:00
Alex Dima
435f287a5c
Remove support for @monacodtsreplace since TS has gotten a lot better at emitting dts
2021-10-08 09:52:36 +02:00
Benjamin Pasero
a088f8ddc0
remove weird space character from sources
2021-09-24 10:34:54 +02:00
Tyler Leonhardt
7cb531e421
align to one format and include headers for extensions
2021-09-16 13:48:04 -07:00
Logan Ramos
76c3eb94c9
On the fly tab model construction ( #133025 )
...
* Enrich the change event
* Initial tab model building
* Work in progress model construction
* Add pauseable emitter
* Attempt using microtask
* Make tests pass
* Update active tab logic
* Fix layering issue
* event rename
* PR feedback
* Remove stray new line
* Add test for microtask emitter
* Add move event
* Add mmerge functionality to Microtask emitter
* Fix compilation errrors
* Fix tests
* Add tests to address feedback
* Change editor change event to an array
* Add array support to editorsChangeEvent
* Update src/vs/workbench/common/editor/editorGroupModel.ts
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
* Switch to a less efficient array method
* Add console.log for debugging
* Test with different notebook
* Fix notebook URI
* For now split up file open for better debugging
* Don't use notebook in test for now
* Cleanup event
* Fix tests
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2021-09-16 14:34:54 -04:00
Logan Ramos
d2a8f91fb5
Update build scripts
2021-08-31 10:21:19 -04:00
Johannes Rieken
55f80e57a9
add missing compile file
2021-08-31 16:09:10 +02:00
Johannes Rieken
7e2452498f
fix https://github.com/microsoft/vscode/issues/130073
2021-08-31 14:44:42 +02:00
Johannes Rieken
2a79e2997c
Merge branch 'main' into joh/langStatus
2021-08-20 12:34:23 +02:00
Harald Kirschner
35742e91cc
Adding compiled version of the electron.ts
2021-08-18 14:08:28 -07:00
Harald Kirschner
dd95be5247
Remove rhtml as deprecated type
2021-08-17 18:00:32 -07:00
Harald Kirschner
2a59986e99
Adding most frequently used file assocations
2021-08-17 17:57:54 -07:00
Johannes Rieken
4222c512c2
add fly-out UI for language status items, tweak API proposal
2021-08-17 16:58:36 +02:00
Martin Aeschlimann
51c39d0df3
update isWebExtension check in built script ( fixes microsoft/vscode-internalbacklog#2295 )
2021-08-16 15:57:36 +02:00
Logan Ramos
279c4d8fcb
Use the new loader format for web selfhost ( #130592 )
...
* Update workbench html and bump distro
* Bump distro
* Add web node paths to the build task too
* Split task for reuse
* Bump distro
2021-08-11 11:59:14 -04:00
Logan Ramos
8079e0b721
Move webNodePaths to run on compile since we rimraf out
2021-08-10 16:56:23 -04:00
Matt Bierner
ab598a53ab
Only include prod node_modules from extensions
...
Fixes #130158
2021-08-05 13:39:04 -07:00
Tyler James Leonhardt
8f88009816
Initial support for language detection ( #128708 )
...
* initial language detection
* add configuration and extra event on UntitedTextEditorService
* check isWeb, use beter mode API, include model in unpacked
* typo in path
2021-07-16 16:43:23 -07:00
João Moreno
bb5e8374d9
💄
2021-07-16 13:06:51 +02:00
João Moreno
8df547fef3
Merge branch 'main' into pr/117713
2021-07-16 13:03:08 +02:00
Johannes Rieken
ce17560387
fix missing nls entry
2021-07-15 14:51:56 +02:00