Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[pull] main from microsoft:main #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2,535 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2535 commits
Select commit Hold shift + click to select a range
16bffde
Bump importlib-metadata from 8.1.0 to 8.4.0 (#23980)
dependabot[bot] Aug 26, 2024
460f623
Bump elliptic from 6.5.4 to 6.5.7 (#23986)
dependabot[bot] Aug 26, 2024
61bc2d5
Fix stop sending double telemetry for Terminal REPL (#23995)
anthonykim1 Aug 26, 2024
7ccf01e
Correctly track native REPL state (#23997)
anthonykim1 Aug 26, 2024
eb0ed8e
Version updates for Python Extension Release 2024.14.0 (#24040)
karthiknadig Sep 3, 2024
d9c0ce1
Update `main` to next pre-release version (#24043)
karthiknadig Sep 3, 2024
884efad
fix django manage.py path validation (#24019)
eleanorjboyd Sep 3, 2024
3343560
Fix failing multiroot test (#24049)
rchiodo Sep 4, 2024
e694910
Remove use of mocked output channel in virtual workspace (#24051)
karthiknadig Sep 4, 2024
ef7c7e3
switch to using temp file for test_ids (#24054)
eleanorjboyd Sep 5, 2024
e3a7c7a
Download `pet` from azure pipeline build (#24052)
karthiknadig Sep 5, 2024
223eca9
Better messaging for tests output in virtual or untrusted scenario (#…
karthiknadig Sep 6, 2024
34dac5c
Stable extension builds using `pet` from Azure Feed (#24063)
karthiknadig Sep 6, 2024
08e7fdf
Update engine version to match LSP client (#24065)
rchiodo Sep 9, 2024
6578d9d
Revert "Do not truncate whitespace for multi-line string" (#24096)
anthonykim1 Sep 11, 2024
216c7ed
Switch over to executeCommand from sendText (#24078)
anthonykim1 Sep 12, 2024
0ae1a5d
Add `uv.lock` to file associations (#23991)
edgarrmondragon Sep 13, 2024
144ecf6
Enable proposed APIs for `codeActionAI` (#24108)
StellaHuang95 Sep 13, 2024
b59af57
Contribute problem matcher (#24114)
anthonykim1 Sep 17, 2024
717e518
variable provider for native repl (#24094)
amunger Sep 18, 2024
8268131
Implementation of Test Coverage (#24118)
eleanorjboyd Sep 18, 2024
9a22fb4
account for inline chat widget (#24130)
amunger Sep 18, 2024
07a0755
use new context key for both repl-type editors (#24131)
amunger Sep 19, 2024
3fcb3fa
Adding PYTHONSTARTUP with shell integration to environment variable c…
anthonykim1 Sep 19, 2024
cac5bb2
Add a command copilot calls back to ensure testing is set up (#24128)
connor4312 Sep 19, 2024
62897c6
Add logging for executeCommand (#24138)
anthonykim1 Sep 19, 2024
63280be
Default PYTHONSTARTUP to opt out/off for Stable Release (#24140)
anthonykim1 Sep 19, 2024
f9bb1f1
Use new REPL notebook API (#24029)
amunger Sep 20, 2024
336a110
add experimental tag for enableShellIntegration (#24144)
anthonykim1 Sep 20, 2024
af2aa6e
Remove variableProvider suite.only from limiting other tests (#24146)
anthonykim1 Sep 21, 2024
f8b861a
Change PYTHONSTARTUP setting name to Python.terminal.shell integratio…
anthonykim1 Sep 23, 2024
8cfd2d0
Bump importlib-metadata from 8.4.0 to 8.5.0 (#24100)
dependabot[bot] Sep 23, 2024
c314bab
Fix issue with creating `.gitignore` with venvs (#24155)
karthiknadig Sep 23, 2024
f7e0857
Remove redundant @typescript-eslint/no-explicit-any suppression (#24091)
vishrutss Sep 23, 2024
06a976f
Tests for PYTHONSTARTUP setting (#24145)
anthonykim1 Sep 23, 2024
14e134e
Add separate enum for telemetry when running python manually. (#24157)
karthiknadig Sep 23, 2024
d879a0d
Adjust PythonStartUp test for new setting value (#24165)
anthonykim1 Sep 24, 2024
dd76d4f
Change log level on pixi interpreter discovery to reduce confusion (…
anthonykim1 Sep 24, 2024
30b7884
Fix) Python Shell Integration setting should have markdown descriptio…
anthonykim1 Sep 25, 2024
710d3c8
Remove branch coverage and refactor coverage.py methods for accessing…
eleanorjboyd Sep 25, 2024
9f6735e
Prioritize `conda` handler over `pixi` handler (#24198)
karthiknadig Sep 26, 2024
60bd545
Update version for 2024.16.0 release (#24212)
karthiknadig Sep 30, 2024
23424cb
Update version for pre-release (#24213)
karthiknadig Sep 30, 2024
8bcf046
Remove unnecessary file read on execution (#24196)
karthiknadig Oct 1, 2024
7d01dc2
Use latest build of `pet` from `main` for pre-release (#24223)
karthiknadig Oct 2, 2024
3e7d8e1
support setting only `--cov-report` arg (#24225)
eleanorjboyd Oct 2, 2024
d072503
Avoid prefixing with home when unnecessary (#24230)
DonJayamanne Oct 3, 2024
4b37abd
prevent test.only (#24235)
amunger Oct 3, 2024
c60f0dd
Bump tomli from 2.0.1 to 2.0.2 (#24229)
dependabot[bot] Oct 3, 2024
3362dc3
enable turning off the variable provider (#24231)
amunger Oct 3, 2024
92762ca
remove EOT from testing communication (#24220)
eleanorjboyd Oct 3, 2024
b8c0fc4
Update pylance.ts (#24237)
bschnurr Oct 3, 2024
1b36762
Remove notification for old linter formatter settings (#24240)
karthiknadig Oct 4, 2024
e5b47b9
Fix error with `displayName` is missing in PackageJSON (#24246)
karthiknadig Oct 4, 2024
6bd34bf
Wait 0.5 second for shell integration event, otherwise fall back to s…
anthonykim1 Oct 4, 2024
8c4dee4
Allow pytest to use correct interpreter from getActiveInterpreter (#2…
anthonykim1 Oct 4, 2024
ebe55a4
only show coverage button for rewrite (#24249)
eleanorjboyd Oct 5, 2024
204b8ca
Add customizable interpreter discovery timeout (#24227)
mnoah1 Oct 7, 2024
c2ed6b2
Update pylance gdpr classification tag (#24274)
luabud Oct 9, 2024
041be0d
Fix GDPR annotations (#24278)
lramos15 Oct 9, 2024
9be9308
fix: tag non-stable settings with new system (#24287)
rzhao271 Oct 11, 2024
c5a8e4f
Refactor code to remove unused JSDoc types (#24300)
bregwin Oct 14, 2024
5112073
Fix for conda activation during testing (#24295)
karthiknadig Oct 14, 2024
97b4610
Make `python_server.py` compatible to Python 3.7 (#24252)
T-256 Oct 14, 2024
7d471a4
Enable 3.13-dev tests
karthiknadig Oct 7, 2024
f6af3a1
Switch to `pytest`
karthiknadig Oct 7, 2024
8b4a47e
Fixes
karthiknadig Oct 7, 2024
0df1929
Fix version
karthiknadig Oct 7, 2024
e8dd8c0
Fix paths
karthiknadig Oct 8, 2024
fb79afb
Add properties to GDPR tags (#24320)
luabud Oct 17, 2024
28c13a1
Fix typo in class name (#24314)
karthiknadig Oct 18, 2024
5e5a7ce
add error message for missing pytest-cov while running coverage (#24288)
eleanorjboyd Oct 18, 2024
e7860a5
Restore `pixi` functionality only when Pixi is available (#24319)
karthiknadig Oct 21, 2024
40b29bf
Fix for duplication of python envs (#24321)
karthiknadig Oct 21, 2024
205a19e
Update VS Code engine and `@types/vscode` for APIs (#24335)
karthiknadig Oct 28, 2024
b428ba5
update jedi dependencies to add python 3.13 support (#24330)
soda92 Oct 28, 2024
d440bc1
disable shell integration for 3.13 (#24341)
anthonykim1 Oct 28, 2024
3115887
Update main version for release (#24338)
karthiknadig Oct 28, 2024
fdfe2a6
Update main to next pre-release (#24344)
karthiknadig Oct 28, 2024
9b182da
fix: upgrade settings to preview (#24354)
rzhao271 Oct 29, 2024
84e80c6
Update node version to 20.18.0 (#24356)
karthiknadig Oct 30, 2024
379229a
no longer need this proposed API (#24362)
justschen Oct 30, 2024
622653e
add python.testing.cwd to pytest discovery if present (#24384)
eleanorjboyd Nov 4, 2024
3e7e0d2
dont automatically inject PYTHONSTARTUP (#24346)
anthonykim1 Nov 4, 2024
5d56379
error msg for adapter unalignment issue (#24385)
eleanorjboyd Nov 4, 2024
b1cb5c2
dont execute history items (#24394)
amunger Nov 5, 2024
785ed68
add support for pytest describe (#24400)
eleanorjboyd Nov 8, 2024
aae2b63
add bracketed paste mode for Python3.13 and above (#24401)
anthonykim1 Nov 8, 2024
d1d125a
Switch testing communication to `fifo` on linux/mac (#24343)
eleanorjboyd Nov 8, 2024
ceabc46
Remove `debugpy` from `requirements` (#24419)
karthiknadig Nov 12, 2024
542ff38
do not use shell integration for Python subshell if Python setting is…
anthonykim1 Nov 12, 2024
7889127
Keep focus on editor when executing to native REPL (#24420)
anthonykim1 Nov 12, 2024
488401a
Fix for running `pet` only in trusted workspaces (#24429)
karthiknadig Nov 12, 2024
c9f4f15
Update version to release
karthiknadig Nov 6, 2024
654f95b
Update version for next pre-release
karthiknadig Nov 12, 2024
006dd23
Bump tomli from 2.0.2 to 2.1.0 (#24423)
dependabot[bot] Nov 12, 2024
4bc7ff7
Add needs to CI coverage check (#24421)
bregwin Nov 12, 2024
3927f66
Bump packaging from 24.1 to 24.2 (#24415)
dependabot[bot] Nov 12, 2024
3e30f9d
Ensure native finder is disposed correctly (#24432)
karthiknadig Nov 12, 2024
63cbb30
Do not use bracketed paste mode for native repl (#24433)
anthonykim1 Nov 13, 2024
85a18d4
Add failed telemetry property (#24434)
luabud Nov 13, 2024
ec67825
Set Insiders target population as VS Code Insiders for ExP (#24412)
luabud Nov 13, 2024
4c32b96
enable send to native REPL for SR users (#24440)
amunger Nov 13, 2024
dfa0520
handle NoSource exception for coverage (#24441)
eleanorjboyd Nov 14, 2024
29d4f35
fix debug restart (#24438)
eleanorjboyd Nov 14, 2024
a2b007c
disable python shell integration for wsl (#24446)
anthonykim1 Nov 15, 2024
5f0279a
Fix bad GDPR annotations (#24450)
lramos15 Nov 18, 2024
f59e31f
dont execute from outside the REPL (#24465)
amunger Nov 19, 2024
7e9b927
Remove `conda` specific telemetry (#24431)
karthiknadig Nov 19, 2024
8ac716d
Handle reloading of REPL Window (#24148)
anthonykim1 Nov 19, 2024
2fed954
Respect [tool.coverage.report] omit in coverage view (#24466)
eleanorjboyd Nov 19, 2024
98fea6e
ruff 0.8.0 fixes (#24488)
joar Nov 25, 2024
5508de4
Pin ruff to specific version (#24484)
karthiknadig Nov 25, 2024
5cec0e0
Revert "ruff 0.8.0 fixes" (#24489)
karthiknadig Nov 25, 2024
4f7165f
Add native Pixi locator (#24442)
renan-r-santos Nov 26, 2024
42b63b9
Support ruff `0.8.0` by setting ruff `target-version` to `py38` (#24492)
joar Nov 26, 2024
dba0a4c
Fix the wrong Content-Length in python-server.py for non-ascii charac…
tomoki Nov 26, 2024
3f58831
printEnvVariablesToFile.py overwrites itself if invoked without argum…
joar Nov 26, 2024
43347e7
chore: remove needsTools parameter (#24494)
rzhao271 Nov 27, 2024
eab8794
chore: register dependent pipeline for APIScan (#24496)
rzhao271 Nov 27, 2024
4153f7c
Fix: Don’t use executeCommand on python sub-shell for windows. (#24542)
anthonykim1 Dec 4, 2024
b8cc93d
add uri for unittest subtests fix "go to test" bug (#24544)
eleanorjboyd Dec 4, 2024
faf37e2
Fix) Prevent keyboard interrupt for Python3.13 REPL non-Windows (#24…
anthonykim1 Dec 9, 2024
fde203e
Revert "Fix) Prevent keyboard interrupt for Python3.13 REPL non-Windo…
karthiknadig Dec 9, 2024
10a1614
Update version for release (#24560)
karthiknadig Dec 9, 2024
0b204f8
Update `main` to next pre-release (#24563)
karthiknadig Dec 9, 2024
9f4e4f2
Remove unused files from VSIX (#24546)
karthiknadig Dec 9, 2024
b342559
Remove sourceMaps (#24561)
karthiknadig Dec 9, 2024
63c3780
Remove usage of `hash.js` (#24504)
karthiknadig Dec 9, 2024
e789348
Use env extension when available (#24564)
karthiknadig Dec 10, 2024
71a8cfc
fix typo (#24574)
musvaage Dec 10, 2024
91a74e8
remove pre-rewrite testing code (#24568)
eleanorjboyd Dec 10, 2024
01e745d
Issue reporter uses name and publisher id (#24570)
karthiknadig Dec 10, 2024
60f4aaa
Update issue-labels.yml (#24576)
eleanorjboyd Dec 10, 2024
33b5e97
Removing duplicate word in settings description (#24577)
cwebster-99 Dec 10, 2024
32512b1
Fix for prefix conda environments (#24553)
karthiknadig Dec 11, 2024
e8f710a
Update to latest packages (#24571)
karthiknadig Dec 11, 2024
c0ea185
support skip in fixture (#24588)
eleanorjboyd Dec 12, 2024
567ca5a
Create commands.json (#24596)
bhavyaus Dec 12, 2024
f0bdf82
Remove support execution order from native repl (#24595)
anthonykim1 Dec 12, 2024
9466391
add omit coverage support for path patterns (#24599)
eleanorjboyd Dec 13, 2024
2c801b8
add error node on errored subprocess close (#24597)
eleanorjboyd Dec 13, 2024
a9f6f22
fix read streams blocking node threads (#24611)
eleanorjboyd Dec 16, 2024
cbf8eee
warn about month old stale PRs (#24615)
eleanorjboyd Dec 16, 2024
f5dfc7b
Add Github action to ensure PR's have an associated issue (#24616)
eleanorjboyd Dec 17, 2024
40fd329
endorsement_velocity_summary script (#24618)
eleanorjboyd Dec 17, 2024
4046562
update from v3 to v4 for github actions (#24619)
eleanorjboyd Dec 17, 2024
6971fda
cleanup eslintignore file and create cleanup script (#24617)
eleanorjboyd Dec 17, 2024
bf46284
Fix 'coverage.exceptions.NoSource` import to fallback to previous exc…
GeorgeNikitinNV Dec 17, 2024
be91da1
Bump actions/setup-python from 2 to 5 (#24621)
dependabot[bot] Dec 17, 2024
5ec7510
Bump actions/github-script from 4 to 7 (#24622)
dependabot[bot] Dec 17, 2024
d50b7cc
Bump actions/checkout from 2 to 4 (#24623)
dependabot[bot] Dec 17, 2024
de13d42
make vscode-python specific (#24598)
eleanorjboyd Dec 17, 2024
a76e7ef
remove console. in production code (#24629)
eleanorjboyd Dec 17, 2024
25ecab8
fix gen velocity script (#24634)
eleanorjboyd Dec 17, 2024
de988ff
Remove dead tensorboard code (#24641)
DonJayamanne Dec 19, 2024
3ccf984
Remove fifo regression (#24685)
eleanorjboyd Jan 6, 2025
ef6ca9f
Fix fifo communication for large testing projects (#24690)
eleanorjboyd Jan 6, 2025
520f396
switch to use file path as key in building test tree (#24697)
eleanorjboyd Jan 8, 2025
2ebfae9
remove commands for python.refreshTensorBoard and python.launchTensor…
eleanorjboyd Jan 8, 2025
dcfcdc2
support pytest-ruff plugin for testing (#24698)
eleanorjboyd Jan 8, 2025
e772738
remove stale PR check (#24708)
eleanorjboyd Jan 9, 2025
9bc9f68
stray debugging print left behind (#24710)
eleanorjboyd Jan 10, 2025
74a5cad
Restrict conda binary to be from PATH or Settings (#24709)
karthiknadig Jan 10, 2025
4d45042
Update release_plan.md (#24719)
eleanorjboyd Jan 14, 2025
8c54b8a
Discovery cancellation (#24713)
eleanorjboyd Jan 14, 2025
92cc4ed
Update pylance telemetry for new experiment (#24731)
rchiodo Jan 21, 2025
25411e5
Launch Native REPL using terminal link (#24734)
anthonykim1 Jan 23, 2025
4322684
Remove env var collection related debris in pythonStartup test (#24739)
anthonykim1 Jan 23, 2025
803704e
Bigger native repl suggestion link on terminal (#24751)
anthonykim1 Jan 28, 2025
38527d6
Resolve >= 3.13 failing REPL CI tests (#24775)
anthonykim1 Feb 3, 2025
6f1ea1d
bump-release-2025.0 (#24778)
eleanorjboyd Feb 3, 2025
d95649c
Bump dev version 2025.1 (#24779)
eleanorjboyd Feb 3, 2025
e9b4b7b
update release plan to move release branching to prior thurs (#24781)
eleanorjboyd Feb 4, 2025
6b784e5
Use sendText to send Python code to Terminal REPL for Python >= 3.13 …
anthonykim1 Feb 4, 2025
b4e1ddb
Jupyter API to get Env associated with Notebooks (#24771)
DonJayamanne Feb 4, 2025
d5b19e7
add extra newline to execute when returning dictionary (#24784)
anthonykim1 Feb 5, 2025
bf38fc5
Add "Native" in front of "Python REPL" under Run Python menu (#24785)
anthonykim1 Feb 5, 2025
9578785
Fix event duplication when using Python Environments (#24786)
karthiknadig Feb 6, 2025
e8ed713
Update Pylance GDPR tags (#24794)
luabud Feb 6, 2025
32c2cf9
add check for tmp dir access error on testIds file (#24798)
eleanorjboyd Feb 7, 2025
0983657
improve logging for python testing (#24799)
eleanorjboyd Feb 7, 2025
b4aa112
handle un-analyzable files in coverage run (#24800)
eleanorjboyd Feb 7, 2025
79e8a13
Always use environment path when running conda environment commands (…
jpcorreia99 Feb 14, 2025
08e228d
Introduce `autoTestDiscoverOnSavePattern` configuration option (#24728)
soceanainn Feb 14, 2025
2bcd557
Ensure Python Terminal Shell Integration setting is effective without…
anthonykim1 Feb 18, 2025
7697cf3
Bump elliptic from 6.6.0 to 6.6.1 (#24819)
dependabot[bot] Feb 18, 2025
42962ce
Bump serialize-javascript and mocha (#24820)
dependabot[bot] Feb 18, 2025
b84fce2
Prevent python extension from overriding gitbash pwd (#24832)
anthonykim1 Feb 21, 2025
2698d5a
remove TERMINAL_DEACTIVATE_PROMPT telemetry event (#24843)
eleanorjboyd Feb 24, 2025
cd992fc
remove stale debugging telemetry (#24842)
eleanorjboyd Feb 24, 2025
60d0473
fix: identify script/module launch vs repl launch from terminal (#24844)
karthiknadig Feb 24, 2025
5cdbc60
fix: ensure interpreter change event is raised when using environment…
karthiknadig Feb 24, 2025
7fd5cb3
Bump release 2025.2.0 (#24853)
anthonykim1 Feb 28, 2025
054e682
Bump to 2025.3.0-dev (#24854)
anthonykim1 Feb 28, 2025
a9c38bf
remove airbnb rules (#24867)
eleanorjboyd Mar 5, 2025
5f31ebb
update eslint version (#24868)
eleanorjboyd Mar 5, 2025
0c4a30d
switch to use eslint.config.mjs (#24882)
eleanorjboyd Mar 7, 2025
e71bfd6
default to XDG_RUNTIME_DIR for mac/linux in temp file for testing com…
eleanorjboyd Mar 7, 2025
067e8ef
add no bad gdpr comments plugin (#24884)
eleanorjboyd Mar 7, 2025
f12d5bc
remove old .eslintrc and ignore file (#24883)
eleanorjboyd Mar 7, 2025
6b7d8d1
Ensure survey notification respects telemetry.disableFeedback setting…
luabud Mar 14, 2025
6a60c92
move clear envCollection to after await (#24921)
eleanorjboyd Mar 19, 2025
c51cdd3
fix: use vsceTarget to rustTarget conversion when pulling `pet` (#24925)
karthiknadig Mar 24, 2025
725d539
Update condarc.json (#24918)
Sclafus Mar 24, 2025
e0cbc9a
Use new feedback setting (#24929)
luabud Mar 26, 2025
4df044f
update to v2025.4.0 for release (#24934)
eleanorjboyd Mar 28, 2025
237f6b6
bump to 2025.5.0-dev (#24936)
eleanorjboyd Mar 28, 2025
175a35d
fix: temp for PR file check failure (#24939)
karthiknadig Mar 29, 2025
18efcd6
Bump tar-fs from 2.1.1 to 2.1.2 (#24940)
dependabot[bot] Mar 31, 2025
944c204
Set native repl to default to false, remove experiment (#24952)
anthonykim1 Apr 1, 2025
41e6624
fix: log only the required environment variables (#24937)
karthiknadig Apr 1, 2025
6a20c9c
fix: use wrapper functions for easier testing (#24941)
karthiknadig Apr 2, 2025
3275c34
prevent native REPL from caching state between sessions (#24857)
hutch3232 Apr 2, 2025
affbd1b
Remove debris from smart send experiment (#24957)
anthonykim1 Apr 2, 2025
cd714bf
force absolute path for coverage results (#24948)
eleanorjboyd Apr 2, 2025
cf91dc8
remove ITestLogChannel (#24954)
eleanorjboyd Apr 2, 2025
70a36f5
fix: use latest `pet` (#24964)
karthiknadig Apr 3, 2025
e9fb2bf
Django Test Runs with Coverage (#24927)
danila-grobov Apr 3, 2025
bb6e909
Test Coverage for older django versions (#24968)
danila-grobov Apr 7, 2025
a9c9152
Update pylance.ts (#24959)
luabud Apr 9, 2025
8478bf0
Bump typing-extensions from 4.12.2 to 4.13.2 (#24977)
dependabot[bot] Apr 14, 2025
2a35668
fix: ensure that we use new extension when available for terminal cre…
karthiknadig Apr 14, 2025
f319416
Add metadata for Pylance's documentcolor_slow telemetry event (#24979)
debonte Apr 14, 2025
4b7650e
support branch coverage for testing (#24980)
eleanorjboyd Apr 14, 2025
c3f601d
Added some pylance telemetry (#24984)
heejaechang Apr 15, 2025
6608f9a
fix: let Python Envs extension handle missing `python` in conda envs …
karthiknadig Apr 17, 2025
cf894bb
Revert "move clear envCollection to after await (#24921)" (#24988)
karthiknadig Apr 17, 2025
cfc65ab
fix: terminal error notification in untrusted workspace (#24993)
karthiknadig Apr 18, 2025
ee8f230
chore: update required dependencies (#24998)
karthiknadig Apr 22, 2025
43285f6
feat: update to `jedi-language-server` v0.45.0 (#24997)
karthiknadig Apr 22, 2025
5a33fc1
fix: ensure options are passed to python envs (#25001)
karthiknadig Apr 22, 2025
7fea432
Disable language services if Pyrefly extension installed + active (#2…
kinto0 Apr 23, 2025
2e023d4
Added some GDPR for pylance (#25004)
heejaechang Apr 23, 2025
e93a075
feat: enable semantic tokens in Jedi language server analysis options…
karthiknadig Apr 24, 2025
d597e1c
bump to release 2025.6 (#25033)
eleanorjboyd May 2, 2025
b44b4d4
bump: update version to 2025.7.0-dev in package.json (#25034)
eleanorjboyd May 2, 2025
0317c6b
PYTHONSTARTUP should be injected regardless of terminalEnv experiment…
anthonykim1 May 6, 2025
a3dd3aa
Add shortTitle to execSelectionInTerminal command (#25007)
dineshcsdev May 6, 2025
b0b8aff
Added pylock to activationevents (#25025)
albus-droid May 7, 2025
09ef3c4
chore: lock down workflows (#25047)
rzhao271 May 9, 2025
8892ce6
Fix env error handling (#25049)
s-kai273 May 12, 2025
d6b62de
Fix msys2 venv path (#25062)
s-kai273 May 13, 2025
e709012
Updates to latest version of VS Code types (#25065)
DonJayamanne May 13, 2025
4367614
Port Python Env Tools (#25066)
DonJayamanne May 14, 2025
84280b0
fix regression with import packaging for branch coverage (#25070)
eleanorjboyd May 15, 2025
d06eb18
chore: ensure `.env` files are excluded from vsix
karthiknadig May 15, 2025
9fd7b9b
Rename llm tools (#25078)
DonJayamanne May 15, 2025
5045cdd
More specific llm tools (#25072)
DonJayamanne May 16, 2025
c246e0e
API to get last used env in a LM tool (#25079)
DonJayamanne May 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
61 changes: 13 additions & 48 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,53 +1,18 @@
#-------------------------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
FROM mcr.microsoft.com/devcontainers/typescript-node:18-bookworm

FROM node:8
RUN apt-get install -y wget bzip2

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
# Run in silent mode and save downloaded script as anaconda.sh.
# Run with /bin/bash and run in silent mode to /opt/conda.
# Also get rid of installation script after finishing.
RUN wget --quiet https://repo.anaconda.com/archive/Anaconda3-2023.07-1-Linux-x86_64.sh -O ~/anaconda.sh && \
/bin/bash ~/anaconda.sh -b -p /opt/conda && \
rm ~/anaconda.sh

# The node image comes with a base non-root 'node' user which this Dockerfile
# gives sudo access. However, for Linux, this user's GID/UID must match your local
# user UID/GID to avoid permission issues with bind mounts. Update USER_UID / USER_GID
# if yours is not 1000. See https://aka.ms/vscode-remote/containers/non-root-user.
ARG USER_UID=1000
ARG USER_GID=$USER_UID
ENV PATH="/opt/conda/bin:$PATH"

# Sudo apt update needs to run in order for installation of fish to work .
RUN sudo apt update && \
sudo apt install fish -y

# Configure apt and install packages
RUN apt-get update \
&& apt-get -y install --no-install-recommends apt-utils dialog 2>&1 \
#
# Verify git and needed tools are installed
&& apt-get -y install git iproute2 procps \
#
# Remove outdated yarn from /opt and install via package
# so it can be easily updated via apt-get upgrade yarn
&& rm -rf /opt/yarn-* \
&& rm -f /usr/local/bin/yarn \
&& rm -f /usr/local/bin/yarnpkg \
&& apt-get install -y curl apt-transport-https lsb-release \
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/pubkey.gpg | apt-key add - 2>/dev/null \
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
&& apt-get -y install --no-install-recommends yarn \
#
# Install tslint and typescript globally
&& npm install -g tslint typescript \
#
# [Optional] Update a non-root user to match UID/GID - see https://aka.ms/vscode-remote/containers/non-root-user.
&& if [ "$USER_GID" != "1000" ]; then groupmod node --gid $USER_GID; fi \
&& if [ "$USER_UID" != "1000" ]; then usermod --uid $USER_UID node; fi \
# [Optional] Add add sudo support for non-root user
&& apt-get install -y sudo \
&& echo node ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/node \
&& chmod 0440 /etc/sudoers.d/node \
#
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

# Switch back to dialog for any ad-hoc use of apt-get
ENV DEBIAN_FRONTEND=
46 changes: 25 additions & 21 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or the definition README at
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node-8
// For format details, see https://aka.ms/devcontainer.json.
{
"name": "Node.js 8 & TypeScript",
"dockerFile": "Dockerfile",

// Use 'settings' to set *default* container specific settings.json values on container create.
// You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"name": "VS Code Python Dev Container",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"build": {
"dockerfile": "./Dockerfile",
"context": ".."
},
"customizations": {
"vscode": {
"extensions": [
"charliermarsh.ruff",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.debugpy"
]
}
},
// Commands to execute on container creation,start.
"postCreateCommand": "bash scripts/postCreateCommand.sh",
"onCreateCommand": "bash scripts/onCreateCommand.sh",

// Uncomment the next line if you want to publish any ports.
// "appPort": [],

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "yarn install",

// Uncomment the next line to use a non-root user. On Linux, this will prevent
// new files getting created as root, but you may need to update the USER_UID
// and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
// "runArgs": [ "-u", "node" ],
"containerEnv": {
"CI_PYTHON_PATH": "/workspaces/vscode-python/.venv/bin/python"
}

// Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": ["ms-vscode.vscode-typescript-tslint-plugin"]
}
Loading