Commit Graph

1125 Commits

Author SHA1 Message Date
Alexandru Dima
5e7d488b7c Improve error message when a module cannot be bundled and exclude vs/nls from bundles (#152188) 2022-06-15 12:51:27 +00:00
Matt Bierner
b4f0d4d906 Build VS Code using latest TS nightly (#152130)
* Build VS Code using latest TS nightly

* Fix build for new AST
2022-06-14 18:15:51 -07:00
Sandeep Somavarapu
43de145502 Merge branch 'main' into sandy081/settingsProfile 2022-06-13 18:21:54 +02:00
Martin Aeschlimann
915c863a3e stripComments: remove trailing comma (#151941)
stripComments: remove trailing comma
2022-06-13 13:36:04 +00:00
Sandeep Somavarapu
6f1cdd1469 Merge branch 'main' into sandy081/settingsProfile 2022-06-13 13:11:47 +02:00
Johannes
175e81149c make sure ts-builder instance is being re-used 2022-06-11 13:50:06 +02:00
Joyce Er
7b6ca7b23d Initial implementation of Continue Edit Session (#151528) 2022-06-10 11:40:10 -07:00
Sandeep Somavarapu
872345d6a5 Merge branch 'main' into sandy081/settingsProfile 2022-06-10 09:32:46 +02:00
Johannes
eda80f2065 Merge branch 'main' into joh/voluminous-lobster 2022-06-09 16:47:09 +02:00
Sandeep Somavarapu
e1a5b67040 Merge branch 'main' into sandy081/settingsProfile 2022-06-09 16:23:21 +02:00
Johannes Rieken
2052e1ef20 Merge pull request #151609 from microsoft/joh/bloody-egret 2022-06-09 16:17:42 +02:00
Sandeep Somavarapu
380e99a28a Merge branch 'main' into sandy081/settingsProfile 2022-06-09 15:37:22 +02:00
Johannes
dadeb05148 missing compile output 2022-06-09 15:19:24 +02:00
Johannes
ba66d68c76 add transpile only stream to tsb, using ts.transpile.
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#a-simple-transform-function
2022-06-09 15:00:55 +02:00
Johannes
2c004b870f recompile build folder with const over let 2022-06-09 10:59:11 +02:00
Johannes
43c31079ee manual fixing of prefer-const violations 2022-06-09 10:19:56 +02:00
Johannes
3622010b64 Merge branch 'main' into joh/voluminous-lobster 2022-06-09 09:08:20 +02:00
Matt Bierner
640898db17 Update to build using latest TS nightly (#151576) 2022-06-08 22:02:49 -04:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Johannes
1105ead47b add a transpileOnly option to gulp-tsb 2022-06-08 17:33:54 +02:00
Sandeep Somavarapu
5178151d23 Merge branch 'main' into sandy081/settingsProfile 2022-06-01 14:12:03 +02:00
Henning Dieterichs
ac312975c6 Merge branch 'main' into 3wm
# Conflicts:
#	build/lib/i18n.resources.json
2022-05-25 18:12:25 +02:00
Tyler James Leonhardt
f363be172c Rename LocalizationsService to LanguagePackService and misc moves (#150314)
* rename LocalizationsService to LanguagePackService and misc moves

* couple more renames

* one more rename
2022-05-24 15:05:17 -07:00
Song Xie
397fa12a6c [easy] Fix a typo for "synchronizing" in log string (#150236)
* [easy] Fix a typo for "synchronizing" in log string

* Include artifacts from yarn build compile
2022-05-24 10:33:48 -07:00
Sandeep Somavarapu
86d085dbca - Save settings profile
- Switch settings profile
- Remove settings profile
- Status bar entry
2022-05-23 00:57:58 +02:00
Johannes
3aac77dc5d Merge branch 'main' into 3wm 2022-05-16 09:53:59 +02:00
João Moreno
5854ef865c Generate policies again (#149322)
* Generate ADMX/ADML policy declaration files from static analysis

Fixes: #148941

* fix build

* move to optional dependencies
2022-05-12 09:16:03 +02:00
Joyce Er
ba8ced85c5 Revert "Generate ADMX/ADML policy declaration files from static analysis" (#149194)
This reverts commit dcfe6b3b84.
2022-05-10 16:30:34 -07:00
João Moreno
dcfe6b3b84 Generate ADMX/ADML policy declaration files from static analysis
Fixes: #148941
2022-05-10 13:17:05 +02:00
Johannes
34d31f4b9e merge editor kick off 2022-05-09 14:09:00 +02:00
Johannes
c13d581bce move gulp-tsb into the build/lib remove as dependency 2022-05-05 11:35:33 +02:00
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