Commit Graph

844 Commits

Author SHA1 Message Date
Sandeep Somavarapu
a6d76c2abb show progress while applying profile 2022-04-23 18:07:35 +05:30
Sandeep Somavarapu
d080b3aad7 Merge branch 'main' into issue/146729 2022-04-22 23:53:36 +05:30
Sandeep Somavarapu
5b242ed4ff Implement export/import profiles
- Introduce workbench profile service
- Implement settings, global state, extension profiles
- Implement import/export profile actions
2022-04-22 23:51:05 +05:30
Benjamin Pasero
9ce2a653c8 macOS: declare folder support (#147686)
* wip

* add utis
2022-04-19 12:56:55 +02:00
Matt Bierner
cc74238173 Update to build VS Code using latest TS nightly (#146933)
* Fixing line height if drop into prompt wraps

* Use keybinding style for `shift` in overlay

* Update to build VS Code using latest TS nightly

* Fix compile error

* Bump TS

* Add constraint
2022-04-14 13:58:26 -07:00
Benjamin Pasero
be376cfef0 debt - improve ipc validation code 2022-04-12 07:46:21 +02:00
Benjamin Pasero
95c2a71018 Revert "ipcMain validation (#147071)"
This reverts commit 508b173177.
2022-04-11 19:34:12 +02:00
Benjamin Pasero
508b173177 ipcMain validation (#147071)
* first cut ipc validation

* clean up

* comment
2022-04-11 18:11:19 +02:00
Connor Peet
5e86e40fab extensions: pull from github in OSS build (#146863)
* extensions: pull from github in OSS build

* fixup! address pr comment
2022-04-10 22:36:12 -07:00
João Moreno
d06e16b59a layer checker: follow parent symbols 2022-04-04 15:05:34 +02:00
Benjamin Pasero
693b2fdbaf debt - make URL available as core type 2022-04-04 11:21:57 +02:00
Alex Dima
79e83ab7fa Go back to using buitlin URL
This reverts commit 014814146e.
2022-03-25 09:25:49 +01:00
Johannes
0f648cd7db add eslint rule to disallow look behind regex feature, ignore in git and markdown fyi @lszomoru, @mjbvz 2022-03-22 16:02:19 +01:00
Benjamin Pasero
dc0eb750b6 fix missing compile 2022-03-21 15:58:23 +01:00
João Moreno
8dd386bddf missing compile 2022-03-21 14:41:36 +01:00
João Moreno
726eeffa71 introduce distro private builds 2022-03-21 14:40:00 +01:00
Matt Bierner
bc9de9e7eb Pick up TS 4.7 for building VS Code (#145273)
Adds fixes for https://github.com/microsoft/TypeScript/issues/48276
2022-03-17 11:10:35 -07:00
Alexandru Dima
62629146e6 Merge pull request #145053 from microsoft/alex/server-darwin-arm64
Add support for arm64 for server builds
2022-03-16 12:54:26 +01:00
Benjamin Pasero
066b362943 fix layers checker to support trace 2022-03-15 21:06:22 +01:00
Alex Dima
bd9d4d5b51 Add support for arm64 for server builds 2022-03-14 16:22:54 +01:00
Benjamin Pasero
56cca7a6b7 Merge branch 'main' into ben/history 2022-03-10 16:55:12 +01:00
Robo
32d40cf44e chore: update to electron 17 (#143223)
* chore: bump electron@17.0.0

* Revert "chore: revert to electron@13 (#143851)"

This reverts commit df645f1450.

* chore: bump electron@17.1.0

* Revert "ci: fix build with latest node-gyp"

This reverts commit c3e948aa30.

* chore: revert ci changes for node v16

* chore: update yarn.lock

* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Benjamin Pasero
783d298131 history - first cut timeline provider for local history 2022-03-10 13:08:05 +01:00
Matt Bierner
fb6cf37ea9 Move simple-browser to use esbuild for webview scripts 2022-03-08 16:23:14 -08:00
Matt Bierner
e65a786a92 Fix build script to use esbuild 2022-03-08 16:09:23 -08:00
Matt Bierner
433bf7cd88 Update build scripts to target es2020 2022-02-28 14:00:17 -08:00
Matt Bierner
1d77856203 Use ?.forEach instead of ( || []).forEach 2022-02-28 13:52:59 -08:00
Robo
df645f1450 chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)"

This reverts commit 01df559c18.
This reverts commit 46301339b7

* ci: fix remote compiler for sdl-scan

* chore: fix remote/.yarnrc

* chore: fix build/npm/postinstall.js

* chore: rm crash reporter from shared process

* chore: rm crash reporter from ext host

* chore: fix build/lib/layersChecker.ts

* :chore: preserve some more changes

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-02-24 17:49:49 +01:00
Johannes Rieken
0ccf2b289d use audio cue to signal no inlay hints can be read 2022-02-21 12:23:19 +01:00
Benjamin Pasero
ae0864d995 fix valid layers checker 2022-02-14 08:41:24 +01:00
Robo
01df559c18 chore: update to electron 16 (#137241)
* chore: bump electron@15.3.0

* chore: bump node@16.x

* chore: enable render process reuse

* Revert "watcher - use `type` property for crash reporter location"

This reverts commit bfa488dd8f.

* Revert "watcher - enable crash reports on linux (#136264)"

This reverts commit af261488f8.

* chore: enable crashpad on linux

* chore: bump electron@15.3.1

* chore: update api changes

* chore: bump @vscode/sqlite3@5.0.3

* spec: skip non-context aware module unittests

* chore: fix perf hook integration with node environment

* fix: adopt fs api changes

* chore: fix integration tests

* chore: bump electron@15.3.2

* chore: bump electron@16.0.0

* temp(macOS): kill test instances in OSS

* Revert "temp(macOS): kill test instances in OSS"

This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.

* chore: update chromium version for clang downloader

* some 💄 changes

* align with changes

* adopt more fs.rm

* 💄

* chore: bump @vscode/sqlite3@5.0.4

* fix layers check to account for duplicated types from node.js

* update todo for type casts

* smoke - fix compile issue

* chore: update module cache

* watcher - fix unhandled rejection (fix #137416)

* ci: update node version

* enable stack dumping

* update electron types to 16.x

* chore: bump @vscode/sqlite3@5.0.5

Refs https://github.com/microsoft/vscode/issues/137496

* fix layer issue

* add `AbortSignal` to core types

* chore: update linux compile flags

Refs 797723ec83

* ci: fix linux build

* ci: update github ci cache

* ci: fix remote build in github ci

* ci: better fix for remote build

* chore: bump azure cache

* chore: fix merge conflict

* :chore: update to electron@16.0.2

* chore: bump @vscode/sqlite3@5.0.7

* ci: update to gcc-4.9 for remote

Refs https://github.com/microsoft/vscode/issues/137659

* ci: switch to buster for linux arm

Refs https://github.com/microsoft/vscode/issues/137927

* ci: fix build on linux arm64

* ci: fix arm client compiler toolchain

Refs #137927

* chore: bump electron@16.0.3

* ci: fix compile flags for the c toolchain

* chore: bump electron@16.0.4

* Add experimental dark mode flag (#139109)

* Add experimental dark mode flag

* Apply PR feedback

* chore: bump electron@16.0.6

* chore: bump electron@16.0.7

Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300

* chore: experimental highlight API

* smoke - fix compile issue

* FIXME: custom ELECTRON_RUN_AS_NODE with node worker

* Revert "chore: bump electron@16.0.7"

This reverts commit 5fd01cf37c.

* Revert "Revert "chore: bump electron@16.0.7""

This reverts commit a7f1b73951.

* chore: fix github linux workflow

* chore: address review feedback

* chore: bump electron@16.0.8

* ci: revert to stretch distro for linux arm

Refs https://github.com/microsoft/vscode/issues/137927

* ci: force build

* chore: update yarn.lock

* address feedback

* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"

This reverts commit 7b48fa3732.

* ci: fix remote folder build

* chore: fix github linux ci

* 🆙 `versionSpec`

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2022-02-08 20:09:00 +01:00
rebornix
f2b7964599 re #142429. Image renderer moved to extension. 2022-02-07 12:49:20 -08:00
Dirk Baeumer
f8fe16b97a Use regexp from stripComments. 2022-02-07 14:29:53 +01:00
Logan Ramos
7cde1becc6 Huge telemetry reduction 🎉 2022-02-04 14:34:09 -05:00
Johannes Rieken
4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Matt Bierner
870bbbfea4 Update typescript-eslint/experimental-utils
Fixes #141653
2022-01-27 12:08:26 -08:00
Matt Bierner
f30dba5430 Bumping eslint versions (#141121)
* hBumping eslint versions

- Bump eslint and typescript/eslint versions to latest
- Fixing `code-no-unused-expression` for `x?.(b);` type statements
- Fixed a few new semicolon errors from upgrade

* Bump eslint parser in build

* Fix eslint errors in d.ts
2022-01-26 16:29:14 -08:00
Alex Dima
46e068c506 Move common imports to .eslintrc.json 2022-01-25 21:28:37 +01:00
Alexandru Dima
54b242dcd7 Fix problem with code-import-patterns on Windows 2022-01-24 16:03:50 +01:00
Benjamin Pasero
afb3140beb welcome - introduce dedicated top level folders (#141138)
* welcome - introduce dedicated top level folders

* Remove special rules for `contrib/welcome`

* fix svgs

* fix layers lint

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-01-22 09:21:56 +01:00
Alex Dima
62b0d5cb81 Add /~ as a layer template, adopt it, simplify and align code import rules (#140857) 2022-01-18 18:27:34 +01:00
Alex Dima
aa86df2561 For each target, allow importing itself 2022-01-18 18:27:34 +01:00
Alex Dima
0ae845536b Avoid leading ** 2022-01-17 21:21:38 +01:00
Alex Dima
4aed6e1fd1 Ensure all files are covered by code-import-patterns (fixes #140857) 2022-01-17 17:55:45 +01:00
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