-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: coder/vscode-coder
base: v1.9.1
head repository: coder/vscode-coder
compare: main
- 14 commits
- 50 files changed
- 8 contributors
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fb05c05 - Browse repository at this point
Copy the full SHA fb05c05View commit details -
chore(deps): bump ua-parser-js from 1.0.38 to 2.0.3 (#507)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9d49c1 - Browse repository at this point
Copy the full SHA c9d49c1View commit details
Commits on May 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 640d97f - Browse repository at this point
Copy the full SHA 640d97fView commit details -
- View commit details
-
Copy full SHA for 3cf861a - Browse repository at this point
Commits on Jun 3, 2025
-
chore(deps): bump tar-fs from 2.1.2 to 2.1.3 (#527)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9aaf50 - Browse repository at this point
Copy the full SHA b9aaf50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f866d - Browse repository at this point
Copy the full SHA 73f866dView commit details
Commits on Jun 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d70a586 - Browse repository at this point
Copy the full SHA d70a586View commit details -
Configuration menu - View commit details
-
Copy full SHA for f785902 - Browse repository at this point
Copy the full SHA f785902View commit details
Commits on Jun 16, 2025
-
chore(deps-dev): bump eslint-plugin-prettier from 5.4.0 to 5.4.1 (#534)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd9d1ca - Browse repository at this point
Copy the full SHA bd9d1caView commit details
Commits on Jun 20, 2025
-
Add package scripts and cli library, enable integration testing (#536)
Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 73ea09b - Browse repository at this point
Copy the full SHA 73ea09bView commit details
Commits on Jun 23, 2025
-
Configuration menu - EEDB View commit details
-
Copy full SHA for d1289c6 - Browse repository at this point
Copy the full SHA d1289c6View commit details
Commits on Jun 25, 2025
-
fix: handle agent parameter in URIs (#538)
This fixes a bug where the `agent` query parameter on the extension URI was ignored. We were previously doing: ```ts vscode.commands.executeCommand( "coder.openDevContainer", workspaceOwner, workspaceName, workspaceAgent, devContainerName, devContainerFolder, ); ``` where `args[2]` was the agent name, but we were discarding it: ```ts const workspaceOwner = args[0] as string; const workspaceName = args[1] as string; const workspaceAgent = undefined; // args[2] is reserved, but we do not support multiple agents yet. const devContainerName = args[3] as string; const devContainerFolder = args[4] as string; ``` The same was true for the `coder.open` command. Presumably due to the comment saying multiple agents aren't supported, which hasn't been true for years.
Configuration menu - View commit details
-
Copy full SHA for 9d80d67 - Browse repository at this point
Copy the full SHA 9d80d67View commit details -
<img width="260" alt="image" src="https://github.com/user-attachments/assets/114fa79e-6424-419d-9ca7-f1960f37a287" /> <img width="303" alt="image" src="https://github.com/user-attachments/assets/00a0309f-e622-4420-af25-bc2fe3eafd32" /> Closes #107.
Configuration menu - View commit details
-
Copy full SHA for ef8546f - Browse repository at this point
Copy the full SHA ef8546fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c73c83 - Browse repository at this point
Copy the full SHA 0c73c83View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.1...main