Commit Graph

88 Commits

Author SHA1 Message Date
Chuck Lantz
ade23e8112 Update definition version referenced 2021-03-08 18:11:33 -06:00
Chuck Lantz
eba292bebd Merge pull request #30 from bamurtaugh/Ports
Update with port attributes and various readme updates
2021-03-08 16:10:49 -08:00
bamurtaugh
3713acd258 Update rebuild info 2021-03-05 20:20:47 +00:00
bamurtaugh
00a2984e10 Update readme about ports 2021-03-05 20:18:22 +00:00
bamurtaugh
d16aa43991 Update go tools management 2021-03-05 20:03:55 +00:00
bamurtaugh
8e814e260c Add port attributes 2021-03-05 20:02:59 +00:00
Brigit Murtaugh
d96d2c77a0 Merge pull request #29 from bamurtaugh/Updates
README changes and switch to dynamic port forwarding
2021-01-25 16:27:10 -08:00
Brigit Murtaugh
bb4d9008fe Update port forwarding, fork comment 2021-01-25 16:26:45 -08:00
Brigit Murtaugh
b927b54605 Switch to dynamic port forwarding, update readme 2021-01-21 16:49:31 +00:00
Chuck Lantz
7f5ea9fa59 Update to use latest definition 2020-08-31 02:25:45 +00:00
Chuck Lantz
265320eac9 Update to 0.134.0 definition 2020-08-11 19:54:26 +00:00
Chuck Lantz
2a32f5fc0f Merge pull request #28 from uta-mori/master
support go modules
2020-07-29 14:36:49 -07:00
uta-mori
9b8138630b restore 216335b settings.json 2020-07-29 19:59:13 +09:00
uta-mori
a70b904d4b restore 216335b 2020-07-29 19:57:06 +09:00
uta-mori
8009f7e72b fix typo 2020-07-28 13:28:23 +09:00
uta-mori
86b970f35a Go Modules migration 2020-07-28 13:22:55 +09:00
uta-mori
21c0264fc5 mod init github.com/microsoft/vscode-remote-try-go 2020-07-28 13:22:01 +09:00
uta-mori
d68bbbd16b more simplify structure 2020-07-28 13:21:40 +09:00
Chuck Lantz
216335b01c Update with latest definition 2020-07-25 01:38:41 +00:00
Chuck Lantz
17e380eb62 Handle change in Go extension's ID 2020-06-09 00:43:34 +00:00
Chuck Lantz
f942407bf4 Merge pull request #22 from scor/patch-1
Fix User{} syntax in README file
2020-04-18 10:15:08 -05:00
Stephane Corlosquet
95278e2169 Fix User{} syntax in README file 2020-04-18 00:27:35 -04:00
Chuck Lantz
c946fa754a Update README.md 2020-04-08 17:56:49 -07:00
Chuck Lantz
81a59851f5 Use latest go definition files 2020-04-09 00:17:43 +00:00
Chuck Lantz
e3342163df Update README.md 2020-03-12 09:43:34 -07:00
Chuck Lantz
57ee2c036a Merge pull request #18 from marcelom/marcelom-patch-2
Changing go/pkg permissions
2020-02-14 15:37:33 -08:00
Marcelo
19d0c27517 Changing go/pkg permissions
This allows them to be consistent with go/{bin,src}
2020-02-14 09:26:32 -08:00
Chuck Lantz
f1ec4e019e Merge pull request #17 from marcelom/marcelom-patch-1
Install gopkgs without module support
2020-02-14 09:25:43 -08:00
Marcelo
b0dd186262 Install gopkgs without module support
https://github.com/uudashr/gopkgs/issues/25 is open to try and fix this. Should rever this change once it is resolved.
2020-02-14 09:13:38 -08:00
Chuck Lantz
d630f10d45 Add write permissions to /go/pkg 2020-02-04 19:30:29 +00:00
Chuck Lantz
b51038c588 Install gopls, other tools using modules where possible 2020-01-16 21:58:01 +00:00
Chuck Lantz
ccf8137514 Fix gopls path 2019-12-28 16:18:38 +00:00
Chuck Lantz
2bc0647bb2 Merge pull request #11 from microsoft/clantz/1.41
Updates for 1.41 release
2019-12-12 19:09:23 -06:00
Chuck Lantz
446be316c9 Update README.md 2019-12-12 07:59:30 -08:00
Chuck Lantz
99d81ded6f Typo 2019-12-10 21:21:34 -08:00
Chuck Lantz
5c8e5bd6e2 Updates for 1.41 2019-12-11 05:03:16 +00:00
Chuck Lantz
8e827d1383 Merge pull request #7 from metcalfc/go-cleanup
Add go src to the cleanup.
2019-10-30 15:44:09 -05:00
Chad Metcalf
c68de745cc Add go src to the cleanup.
This saves about 130 megs. Not a huge deal if local but if folks end up
pushing to a registry is nice (~>10% reduction).
2019-10-22 13:58:24 -07:00
Chuck Lantz
08f29d614b Updates given #5 2019-09-23 16:24:39 +00:00
Chuck Lantz
b0951769f0 Merge pull request #5 from jorianvo/run-go-commands-as-vscode
Run go commands as vscode
2019-09-23 09:19:32 -07:00
Jorian van Oostenbrugge
bb5b0a6417 It turns out to make go modules work we have to set the GO111MODULE environment variable to 'on' after we perform the 'go get', as not all packages have support for go modules yet. 2019-09-13 21:27:00 +02:00
Jorian van Oostenbrugge
1646834be2 Move the creation of the user to before we perform the 'go get'. This way files under the gopath (specifically go modules cache) are writable by the vscode user (which is necessary for go modules to work). 2019-09-13 21:23:22 +02:00
Chuck Lantz
63b7358211 Update comments, set default terminal in container 2019-08-26 13:59:25 -07:00
Chuck Lantz
0ba75c2592 Default to a non-root user 2019-08-05 23:30:46 +00:00
Chuck Lantz
61d09d1203 Layer consolidation 2019-06-28 20:46:20 +00:00
Chuck Lantz
3120a6c16a Update README.md 2019-06-28 12:01:10 -07:00
Chuck Lantz
ccd88f5d8f Merge pull request #3 from alitari/master
Fix rename and enable additional tools
2019-06-28 14:00:07 -05:00
Alexander Krieg
9ca36323da Add goplay for running in go playground 2019-06-15 18:46:53 +00:00
Alexander Krieg
4c65000c4c Point to the correct dir 2019-06-15 13:42:27 +00:00
Alexander Krieg
b6cda78c17 Simplify folder structure 2019-06-15 13:38:07 +00:00