Commit Graph

115 Commits

Author SHA1 Message Date
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
Alexander Krieg
ded18bad50 Extend the docu with the new functionality 2019-06-15 12:58:29 +00:00
Alexander Krieg
60a049bf78 Add github.com/cweill/gotests for test generation 2019-06-15 12:53:33 +00:00
Alexander Krieg
2f69679a34 Rename method 2019-06-15 12:51:52 +00:00
Alexander Krieg
fd311b878d Change build order and add modifytags tool 2019-06-15 12:11:34 +00:00
Alexander Krieg
54d7510529 Make structs public to demonstrate add tags 2019-06-15 12:10:20 +00:00
Alexander Krieg
378e01a632 Add struct for demonstration fillstruct 2019-06-15 13:36:53 +02:00
Alexander Krieg
9a5fb79232 Add fillstruct 2019-06-15 11:23:05 +00:00
Alexander Krieg
cedf836303 Add github.com/josharian/impl for method stubs 2019-06-15 10:51:09 +00:00
Alexander Krieg
824ed7d4d0 Add godoctor for refactoring 2019-06-15 10:11:39 +00:00
Alexander Krieg
2abffe3bd5 Point to new program location 2019-06-15 09:47:50 +00:00
Alexander Krieg
0668677fcb Use language server and infer gopath 2019-06-15 09:46:11 +00:00
Alexander Krieg
9f74e9ea39 Add gopls 2019-06-15 09:44:51 +00:00
Alexander Krieg
6ce8b89114 Move to gopath dir and introduce new package 2019-06-15 09:44:29 +00:00
Chuck Lantz
c304afad0c Move settings into devcontainer.json 2019-05-28 12:59:34 -07:00
Chuck Lantz
b36e529034 Set default shell, avoid dpkg and other stderr messages 2019-05-22 08:46:31 -07:00
Erich Gamma
919c3e13e1 Merge pull request #1 from chaseadamsio-forks/master
run gofmt over server.go
2019-05-10 08:55:44 +02:00
Erich Gamma
dbfeeedc4a Merge pull request #2 from radu-matei/replace-python-comment
Replace Python with Go in Dockerfile comment
2019-05-06 09:50:38 +02:00
Chuck Lantz
3fcf0f11fc Create .gitattributes 2019-05-03 15:53:03 -07:00
Radu Matei
c8341fb4d3 Replace Python with Go in Dockerfile comment 2019-05-04 00:35:09 +03:00
Chase Adams
22b4a09c06 run gofmt over server.go 2019-05-03 10:36:28 -07:00
Alex Ross
43758e0643 Add missing "s" to Remote-Containers command 2019-05-02 12:15:20 +02:00
Chuck Lantz
ab6c2a36b7 Update README.md 2019-05-01 11:54:58 -07:00
Erich Gamma
8c55071804 update name of the forward port command 2019-04-28 15:07:49 +02:00