| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - FROM mcr.microsoft.com/devcontainers/typescript-node:18-bookworm | ||
| 1 | + FROM mcr.microsoft.com/devcontainers/typescript-node:22-bookworm | ||
| 2 | 2 | ||
| 3 | 3 | RUN apt-get install -y wget bzip2 | |
| 4 | 4 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ on: | |||
| 11 | 11 | permissions: {} | |
| 12 | 12 | ||
| 13 | 13 | env: | |
| 14 | - NODE_VERSION: 22.17.0 | ||
| 14 | + NODE_VERSION: 22.21.1 | ||
| 15 | 15 | PYTHON_VERSION: '3.10' # YML treats 3.10 the number as 3.1, so quotes around 3.10 | |
| 16 | 16 | # Force a path with spaces and to test extension works in these scenarios | |
| 17 | 17 | # Unicode characters are causing 2.7 failures so skip that for now. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ on: | |||
| 10 | 10 | permissions: {} | |
| 11 | 11 | ||
| 12 | 12 | env: | |
| 13 | - NODE_VERSION: 22.17.0 | ||
| 13 | + NODE_VERSION: 22.21.1 | ||
| 14 | 14 | PYTHON_VERSION: '3.10' # YML treats 3.10 the number as 3.1, so quotes around 3.10 | |
| 15 | 15 | MOCHA_REPORTER_JUNIT: true # Use the mocha-multi-reporters and send output to both console (spec) and JUnit (mocha-junit-reporter). Also enables a reporter which exits the process running the tests if it haven't already. | |
| 16 | 16 | ARTIFACT_NAME_VSIX: ms-python-insiders-vsix | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - v20.18.0 | ||
| 1 | + v22.21.1 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,6 +39,24 @@ | |||
| 39 | 39 | "problemMatcher": ["$python"], | |
| 40 | 40 | "label": "npm: check-python", | |
| 41 | 41 | "detail": "npm run check-python:ruff && npm run check-python:pyright" | |
| 42 | + }, | ||
| 43 | + { | ||
| 44 | + "label": "npm: check-python (venv)", | ||
| 45 | + "type": "shell", | ||
| 46 | + "command": "bash", | ||
| 47 | + "args": ["-lc", "source .venv/bin/activate && npm run check-python"], | ||
| 48 | + "problemMatcher": [], | ||
| 49 | + "detail": "Activates the repo .venv first (avoids pyenv/shim Python) then runs: npm run check-python", | ||
| 50 | + "windows": { | ||
| 51 | + "command": "pwsh", | ||
| 52 | + "args": [ | ||
| 53 | + "-NoProfile", | ||
| 54 | + "-ExecutionPolicy", | ||
| 55 | + "Bypass", | ||
| 56 | + "-Command", | ||
| 57 | + ".\\.venv\\Scripts\\Activate.ps1; npm run check-python" | ||
| 58 | + ] | ||
| 59 | + } | ||
| 42 | 60 | } | |
| 43 | 61 | ] | |
| 44 | 62 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -128,7 +128,7 @@ extends: | |||
| 128 | 128 | project: 'Monaco' | |
| 129 | 129 | definition: 593 | |
| 130 | 130 | buildVersionToDownload: 'latestFromBranch' | |
| 131 | - branchName: 'refs/heads/release/2025.16' | ||
| 131 | + branchName: 'refs/heads/release/2026.0' | ||
| 132 | 132 | targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin' | |
| 133 | 133 | artifactName: 'bin-$(buildTarget)' | |
| 134 | 134 | itemPattern: | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,13 +37,13 @@ extends: | |||
| 37 | 37 | testPlatforms: | |
| 38 | 38 | - name: Linux | |
| 39 | 39 | nodeVersions: | |
| 40 | - - 22.17.0 | ||
| 40 | + - 22.21.1 | ||
| 41 | 41 | - name: MacOS | |
| 42 | 42 | nodeVersions: | |
| 43 | - - 22.17.0 | ||
| 43 | + - 22.21.1 | ||
| 44 | 44 | - name: Windows | |
| 45 | 45 | nodeVersions: | |
| 46 | - - 22.17.0 | ||
| 46 | + - 22.21.1 | ||
| 47 | 47 | testSteps: | |
| 48 | 48 | - template: /build/azure-pipelines/templates/test-steps.yml@self | |
| 49 | 49 | parameters: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | "name": "python", | |
| 3 | 3 | "displayName": "Python", | |
| 4 | 4 | "description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.", | |
| 5 | - "version": "2025.21.0-dev", | ||
| 5 | + "version": "2026.1.0-dev", | ||
| 6 | 6 | "featureFlags": { | |
| 7 | 7 | "usingNewInterpreterStorage": true | |
| 8 | 8 | }, | |
@@ -1752,7 +1752,7 @@ | |||
| 1752 | 1752 | "@types/glob": "^7.2.0", | |
| 1753 | 1753 | "@types/lodash": "^4.14.104", | |
| 1754 | 1754 | "@types/mocha": "^9.1.0", | |
| 1755 | - "@types/node": "^22.5.0", | ||
| 1755 | + "@types/node": "^22.19.1", | ||
| 1756 | 1756 | "@types/semver": "^5.5.0", | |
| 1757 | 1757 | "@types/shortid": "^0.0.29", | |
| 1758 | 1758 | "@types/sinon": "^17.0.3", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | "main": "./out/main.js", | |
| 14 | 14 | "types": "./out/main.d.ts", | |
| 15 | 15 | "engines": { | |
| 16 | - "node": ">=22.17.0", | ||
| 16 | + "node": ">=22.21.1", | ||
| 17 | 17 | "vscode": "^1.93.0" | |
| 18 | 18 | }, | |
| 19 | 19 | "license": "MIT", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments