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 |
|
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 |
|