Commit graph

4199 commits

Author SHA1 Message Date
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
dependabot[bot] f1b2d6614d
Bump follow-redirects from 1.14.7 to 1.14.8 in /build (#142892)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-21 12:41:06 +01:00
Johannes Rieken 0ccf2b289d
use audio cue to signal no inlay hints can be read 2022-02-21 12:23:19 +01:00
Ladislau Szomoru 90e941d7c6
Switch to 1ES windows agent 2022-02-19 12:48:08 +01:00
Martin Aeschlimann db9e8fba63 remove unecessary files in build 2022-02-18 20:38:55 +01:00
Martin Aeschlimann 172105554f avoid app-insights files in the build. For #143377 2022-02-18 20:38:55 +01:00
meganrogge 5b43e2a0d3
remove * from path 2022-02-18 12:39:55 -06:00
meganrogge 9b928a29e6
fix #143389 2022-02-18 10:49:56 -06:00
Megan Rogge 7181933eab
get shell integration to work for zsh (#143305) 2022-02-17 19:30:05 -06:00
deepak1556 0992d85866 ci: fix linux system services
Refs https://github.com/microsoft/vscode/issues/142572
2022-02-17 02:16:46 +09:00
Daniel Imms f5fbf3b920
Merge branch 'main' into tyriar/141599 2022-02-15 12:08:52 -08:00
Benjamin Pasero a53624cc51
Revert "linux: disable crash reporting in CI also in smoke tests (#142572)"
This reverts commit 5faea719c5.
2022-02-15 16:26:38 +01:00
Benjamin Pasero 6defcb5efe
web - remove legacy main build file 2022-02-15 16:22:06 +01:00
Daniel Imms 91a539fd26 Don't sign ps1
Causes codesign to fail
2022-02-15 06:36:28 -08:00
Benjamin Pasero 5faea719c5
linux: disable crash reporting in CI also in smoke tests (#142572) 2022-02-15 08:45:36 +01:00
Daniel Imms a0c2d35244 Add shell integration scripts to server package 2022-02-14 14:07:37 -08:00
Daniel Imms eae15855ee
Merge branch 'main' into tyriar/141599 2022-02-14 12:23:10 -08:00
SteVen Batten 6742e394d7
fix typo in filter for pdb/node 2022-02-14 10:35:08 -08:00
Benjamin Pasero ae0864d995
fix valid layers checker 2022-02-14 08:41:24 +01:00
SteVen Batten 6560fb7ea5
add filter for prebuild node files 2022-02-11 14:13:28 -08:00
SteVen Batten 0c2f01428e
update .gdntsa 2022-02-11 11:56:26 -08:00
Daniel Imms cd60b87bff
Merge branch 'main' into tyriar/141599 2022-02-10 06:52:07 -08:00
deepak1556 1aa9684ba8 chore: disable clang toolchain for arm 2022-02-10 11:36:32 +09:00
Jonathan Rubenstein 4987535801
Add VS 2022 to supported versions (#142667) 2022-02-09 17:24:56 -08:00
deepak1556 27db180263 chore: bump distro
Fixes https://github.com/microsoft/vscode/issues/142675
2022-02-10 10:18:33 +09:00
Daniel Imms a9e386dba7 Sign ps1 shell integration script on Windows too 2022-02-09 07:56:27 -08:00
deepak1556 c8de43a7ca chore: fix linker flags for linux build
Fixes https://github.com/microsoft/vscode/issues/142574
2022-02-10 00:26:02 +09:00
Henning Dieterichs ae84d540ef
Show an error if node version is less than 14.17.4 (#142627) 2022-02-09 07:06:40 -08:00
Ladislau Szomoru f8fb697b82
Add variable for macOS stage 2022-02-09 09:36:40 +01:00
Robo 2d8e935714
ci: fix default gcc choice for remote (#142554) 2022-02-08 13:29:34 -08:00