-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: coder/vscode-coder
base: v1.9.2
head repository: coder/vscode-coder
compare: main
- 17 commits
- 22 files changed
- 9 contributors
Commits on Jul 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e0adfb8 - Browse repository at this point
Copy the full SHA e0adfb8View commit details
Commits on Jul 17, 2025
-
Add setting to disable workspace update notifications (#556)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a1ae26 - Browse repository at this point
Copy the full SHA 8a1ae26View commit details -
fix: construct full path for workspaceLogPath instead of just filename (
#554) Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: ibetitsmike <203725896+ibetitsmike@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8dee463 - Browse repository at this point
Copy the full SHA 8dee463View commit details
Commits on Jul 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 661eed6 - Browse repository at this point
Copy the full SHA 661eed6View commit details -
18 no longer works (a dependency errors with a version constraint). This installs 22 rather than 20, so still not exactly right but at least it runs now.
Configuration menu - View commit details
-
Copy full SHA for 22d24da - Browse repository at this point
Copy the full SHA 22d24daView commit details
Commits on Jul 22, 2025
-
feat: set 'vscode_connection' as build reason on workspace start (#550)
Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0407d72 - Browse repository at this point
Copy the full SHA 0407d72View commit details -
Add confirmation prompt to workspace update action (#557)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d7dac8 - Browse repository at this point
Copy the full SHA 2d7dac8View commit details
Commits on Jul 24, 2025
-
Ensure an agent is always set when opening a workspace (#552)
This guarantees we open the same session each time, even if you click on the workspace rather than a specific agent.
Configuration menu - View commit details
-
Copy full SHA for 0e9fb55 - Browse repository at this point
Copy the full SHA 0e9fb55View commit details -
chore(deps): bump proxy-agent from 6.4.0 to 6.5.0 (#535)
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 05a377c - Browse repository at this point
Copy the full SHA 05a377cView commit details -
chore(deps): bump form-data from 4.0.0 to 4.0.4 (#561)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a82adfb - Browse repository at this point
Copy the full SHA a82adfbView commit details -
chore(deps): bump pretty-bytes from 6.1.1 to 7.0.0 (#505)
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 513199a - Browse repository at this point
Copy the full SHA 513199aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1772756 - Browse repository at this point
Copy the full SHA 1772756View commit details -
Configuration menu - View commit details
-
Copy full SHA for d061f2e - Browse repository at this point
Copy the full SHA d061f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc07eb3 - Browse repository at this point
Copy the full SHA cc07eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2a4ec - Browse repository at this point
Copy the full SHA cb2a4ecView commit details
Commits on Jul 28, 2025
-
Fix connecting to off workspaces
We made a change to always include the agent in the host name so the session is stable, however for workspaces that are off there is no agent included in the response, and we were silently returning in these cases. So for these cases, fetch the first agent through a different API that still returns agents when the workspace is off. Workspace picker is broken out into a separate function, logic is unchanged. Instead of a possibly-undefined agent on a tree item, I switch on the tree item type. I feel the intent this way is easier to follow. To extract agents from both APIs, make extractAgents accept an array of resources instead of a workspace.
Configuration menu - View commit details
-
Copy full SHA for e335ced - Browse repository at this point
Copy the full SHA e335cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for a75342a - Browse repository at this point
Copy the full SHA a75342aView 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.2...main