Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vscode-remote-try-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gitpod-io/vscode-remote-try-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 22, 2023

  1. Copy the full SHA
    d25f863 View commit details

Commits on Jul 30, 2024

  1. Update go to v1.22

    aledbf committed Jul 30, 2024
    Copy the full SHA
    ab5d891 View commit details

Commits on Oct 22, 2024

  1. tests

    akosyakov committed Oct 22, 2024
    Copy the full SHA
    b94e6c5 View commit details
  2. Revert "tests"

    This reverts commit b94e6c5.
    akosyakov committed Oct 22, 2024
    Copy the full SHA
    6335c71 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 .devcontainer/devcontainer.json
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
{
"name": "Go",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:0-1.19-bullseye",
"image": "mcr.microsoft.com/devcontainers/go:1.22",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@@ -22,7 +22,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [9000],

// Use 'portsAttributes' to set default properties for specific forwarded ports.
// Use 'portsAttributes' to set default properties for specific forwarded ports.
// More info: https://containers.dev/implementors/json_reference/#port-attributes
"portsAttributes": {
"9000": {