Commit graph

782 commits

Author SHA1 Message Date
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
Martin Aeschlimann 7ded90e452
Merge branch 'main' into joh/webpack5 2021-07-09 09:50:10 +02:00
Matt Bierner 0762d23ae7
Build VS Code using TS 4.4 (#127823)
* Build VS Code using TS 4.4

* Remove usages of deprecated `ClientRectList`

* Add any casts for missing `caretRangeFromPoint`

* Add temporary any casts for `zoom` css propery

This non-standard css property no longer exists in lib.dom.d.ts

* MouseWheelEvent -> WheelEvent

* Pick up new TS nightly

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2021-07-08 14:27:39 -07:00
Johannes Rieken a3e07245ee
Revert "Revert "Merge pull request #127874 from microsoft/joh/webpack5""
This reverts commit c5f12c7226.
2021-07-08 10:28:33 +02:00
Johannes Rieken c5f12c7226
Revert "Merge pull request #127874 from microsoft/joh/webpack5"
This reverts commit 1f5b688e9c, reversing
changes made to 6efcb92e34.
2021-07-07 18:04:11 +02:00
Johannes Rieken 6b5129650b
adopt webpack stream changes 2021-07-02 16:34:51 +02:00
Johannes Rieken 413b9019a6
configure esbuild with esnext. means no harm since TS already compiles with lower es2020, https://github.com/microsoft/vscode/issues/121144 2021-06-25 16:31:44 +02:00
Robo 92999c339e
fix: setuid helper permission (#126798)
* ci: fix setuid helper binary permission

* ci: allow privilege for CLONE_NEWPID | CLONE_NEWNET

* ci: fix chrome-sandbox permission with rpm

* ci: fix permissions on snap

* ci: download electron earlier for arm builds
2021-06-22 08:42:30 -07:00
Sandeep Somavarapu c80fba9f9a
clean up 2021-06-22 16:58:33 +02:00
Dirk Bäumer 04c80c94e0
Merge pull request #126462 from microsoft/dbaeumer/126408
Support changes in vscode-nls-dev that allow hint comments in package.nls.json
2021-06-21 10:49:50 +02:00
Dirk Baeumer 9c3a109adf
Fixes #126408: Support changes in vscode-nls-dev that allow hint comments in package.nls.json 2021-06-16 11:53:10 +02:00
rebornix 0cfaaa7dad
Slim notebook contributions for interactive window 2021-06-15 22:40:04 -07:00
Connor Peet 4355270543
fix: use inline sourcemaps in watch task 2021-06-11 14:20:48 -07:00
dependabot[bot] 48bcb4a831
Bump glob-parent from 5.1.1 to 5.1.2 in /build/lib/watch (#125832)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 04:38:40 -07:00
Matt Bierner 97b5db8dba
'vs code' -> 'the editor' in d.ts
Fixes #124361

Also adds a lint rule for this
2021-06-08 11:35:42 -07:00
Matt Bierner 34f0fcaf52
Rename notebook-markdown-extension to markdown-math
This makes it more clear what this extension is contributing
2021-06-08 09:58:54 -07:00
Matt Bierner 298668ec72
Fix build build 2021-06-07 15:36:24 -07:00
Tyler James Leonhardt f73f263c6b
Needed localization changes for converting xlfs to json (#125442)
* loc extension update changes

* log

* maybe this

* loggin

* use debug

* add language id

* log

* misc updates
2021-06-03 13:44:30 -07:00
Benjamin Pasero 20df87725d
fix build again 2021-06-03 07:48:46 +02:00