* Run our build scripts directly as typescript #277567
Follow up on #276864
For #277526
* Remove a few more ts-node references
* Fix linux and script reference
* Remove `_build-script` ref
* Fix script missing closing quote
* use type only import
* Fix export
* Make sure to run copy-policy-dto
* Make sure we run the copy-policy-dto script
* Enable `verbatimModuleSyntax`
* Pipelines fixes
* Try adding explicit ext to path
* Fix bad edit
* Revert extra `--`
---------
Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
* Add support for persistent options in Fig suggestions
* Group arguments together
* Group symlink files/folders together
* Update test
* Fix test
* Use helper function
Single quoted string usage is already enforced everywhere except our tests. Having this inconsistent style can confuse contributors and code generation
Starting with converting over tests in the `extensions` dir
For #271167
This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
For #269213
This adds a new eslint rule for `as any` and `<any>({... })`. We'd like to remove almost all of these, however right now the first goal is to prevent them in new code. That's why with this first PR I simply add `eslint-disable` comments for all breaks
Trying to get this change in soon after branching off for release to hopefully minimize disruption during debt week work
* Add activate hook for bash
* Add bash Python activate hooks
* Register zsh activate hooks
* Add hooks for .ps1
* clean up for pwsh
* Add /^VSCODE_(PWSH|ZSH|BASH)_ACTIVATE$/,
* Do not let non-Python-env ext to set activate var
* Remove comment
* Add logService --> Need review!
* Add fish activate hooks
* enable log in envVarCollection.ts
* Attach PYTHON after VSCODE for activate hook name
* make blockPythonActivationVar func
* Revert logService
* Show the * next to error message.
* clean-up
* Dont forget to rename
* Dont mess with original formatting
* Still need .+, remove dup Python keysToRemove
* Add tests for Python activate vars
* Consolidate tests!
* Clean clean clean