João Moreno
9342d76f61
fix regular builds
2022-03-21 16:07:46 +01:00
Benjamin Pasero
dc0eb750b6
fix missing compile
2022-03-21 15:58:23 +01:00
João Moreno
c5902c4e2b
hm
2022-03-21 14:46:14 +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
Robo
b4b5c4d979
ci: fix published server arhive name on macOS ( #145509 )
2022-03-21 06:29:24 -07:00
deepak1556
eaa2b431ac
ci: fix codesigning universal build
2022-03-21 16:05:13 +09:00
Robo
5f09c54449
chore: replace plist with plutil ( #145392 )
2022-03-18 07:48:48 -07:00
Joao Moreno
29ef778b1c
fixes #145397
2022-03-18 13:54:12 +01:00
Raymond Zhao
d572d6e9d1
Generate rpm dependencies ( #143415 )
...
* Commit non-py files
* Finish porting calculate and merge scripts for rpm
* Switch back to ts, add binaryDir
* Pass in app path
* Trim string before splitting
* Move files, apply PR feedback
* Add deps to exclude and crashpad handler dep
* polish
2022-03-18 13:57:25 +09: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
Robo
791b350c03
ci: unify artifacts processing on darwin ( #145226 )
...
* ci: unify artifacts processing on darwin
* chore: update displayName
2022-03-17 16:53:54 +09: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
Alex Dima
c80ad9b72c
Keep legacy zip file names for darwin x64
2022-03-15 23:19:38 +01:00
Benjamin Pasero
066b362943
fix layers checker to support trace
2022-03-15 21:06:22 +01:00
Matt Bierner
f911411c46
Revert "Pick up new TS version for building VS Code"
...
This reverts commit cd522655a1 .
This breaks some of our build scripts. Needs more work
2022-03-15 10:06:22 -07:00
Matt Bierner
cd522655a1
Pick up new TS version for building VS Code
2022-03-15 09:53:01 -07:00
Alex Dima
a537cdb91c
update .js
2022-03-15 17:50:27 +01:00
Alex Dima
8070d2acc5
Add mapping for server darwin arm64
2022-03-15 16:57:09 +01:00
Alex Dima
ed0cb70658
Don't run certain steps in the universal build
2022-03-15 09:09:51 +01:00
Alex Dima
9ea977e832
Fix paths
2022-03-14 19:20:07 +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
acd19fbc30
Add notebook-renderer to hygiene filter
2022-03-08 17:44:15 -08:00
Henning Dieterichs
2076178ec0
Adds token to make 403s less likely when downloading ripgrep. ( #144686 )
2022-03-09 09:41:49 +09: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
Tyler James Leonhardt
b8b10aeba2
Exclude 3rd party modules from scan ( #144440 )
...
* exclude 3rd party modules from scan
* Update comment
2022-03-04 14:49:45 -08:00
deepak1556
c3e948aa30
ci: fix build with latest node-gyp
2022-03-02 10:16:53 +09:00
Johannes Rieken
e6b63f39c4
debt - remove all of extensionAllowedProposedApi
2022-03-01 11:44:11 +01:00
Matt Bierner
f0d1c07417
Add type annotations in browser-main
2022-02-28 15:38:35 -08:00
Matt Bierner
a68f5aa83e
Fix gulp files not belonging to any project
...
This moves the gulp files into the top level tsconfig project. However this also revealed that they were not being type checked and contain main errors, so I've also disabled `checkJs` for now
2022-02-28 15:35:27 -08:00
Matt Bierner
37f3aa632f
Adding jsconfig for npm scripts
2022-02-28 15:06:43 -08:00
Matt Bierner
9a8a8e6c8b
Move update-distro script to mjs
2022-02-28 14:56:38 -08:00
Matt Bierner
fb1af79c7d
Experiment with using mjs for one of our build scripts
2022-02-28 14:47:25 -08:00
Matt Bierner
d6d2122c50
Enable type checking in more js build files
2022-02-28 14:41:26 -08:00
Matt Bierner
f71bd27ec9
Adding type annotations
2022-02-28 14:32:12 -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
Alex Dima
6289768fc2
Force using x64 when running yarn on the remote folder on macOS
2022-02-28 18:12:04 +01:00
Robo
5783ee998d
ci: update node-gyp for VS 2022 support ( #144056 )
...
* ci: update node-gyp for VS 2022 support
* chore: update cache
* chore: update comments
2022-02-28 03:20:12 -08:00
Rounak singh
d35ee52e1d
This will look for Visual Studio in the Correct directory. ( #143479 )
...
* Specified the address of 'Microsoft Visual Studio' depending upon the system architect
* Changed preinstall to look for Visual Studio in the correct directory
* Updated preinstall.js to look for VS in the correct directory
2022-02-28 00:52:56 -08:00
Daniel Imms
2687b53d77
Get zsh shell integration working again ( #143963 )
...
ZDOTDIR/.zshrc is now created manually on the pty host
Fixes #143629
2022-02-25 11:19:19 -06: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
Alexandru Dima
071578a215
Merge pull request #143610 from CodinGame/replace-languageid-by-languageselector
2022-02-22 15:20:34 +01:00
Loïc Mangeonjean
ea15f61429
Allow getWorker function to return a promise
2022-02-22 13:52:41 +01:00
Loïc Mangeonjean
7a0a128dfc
Replace languageId by languageSelector in all language feature registration functions
2022-02-22 13:40:30 +01:00
Johannes Rieken
a00e9d1317
Merge pull request #143539 from microsoft/joh/inlayAudioCue
2022-02-21 14:32:47 +01:00