Commit 96111a5
committed
[release] prepare v0.41.0 release
5b0d6db docs: update the debugging doc about remote mode default adapter
95d6a45 docs: update images and docs to reflect changes in v0.41.0
0cd19c8 extension/CHANGELOG.md: draft release note for v0.41.0
6bb2321 extension/src/goInstallTools: run updateImportantToolsStatus always
5382d03 extension/package.json: update the gopls setting @ v0.15.0-pre.2
4711dfa extension: move the Go statusbar item to right
a671ba3 extension: replace src/goLogging with vscode LogOutputChannel API
66a896f all: convert the "Go" output channel to 'log' type
a8b52c1 launch.json: specify outFiles for integration tests
c21ee59 extension: recognize IDX as a web ide and auto-install gopls
8d10f63 package.json: update vscode type and vsce dependencies
c97d82d extension: consolidate documentSelector
89b02f4 src/goDeveloperSurvey: fix the prompt text
e6d1e92 .github/workflows: fix wiki.yml
5557e74 extension/CHANGELOG.md: add v0.40.2 entry
4b04b25 go.mod: update x/telemetry dependency
c5607ec docs: update contribution instruction
bd87b3a extension/tools/release: uncomment vsce package and fix README handling
15be937 build: fix nightly release to include README
16c44c5 src/goDeveloperSurvey: prepare for 2024 dev survey
dbc9084 build/release-nightly.yaml: delete invalid format comment
557f09f .github/workflows: fix github CI long test
690cf2e extension: move extension code to a separate module
b01b0b7 package.json: sync gopls settings ([email protected])
932df9c .github/workflow: remove release.yml
481f2b5 build: add GCB release workflow
4d53cdc docs: update fill struct feature documentation
445a800 build: finish migration of nightly release to gcb
bb6f0ea src/goInstallTools,goTelemetry: add TelemetryReporter
0f48c2f vscgo: add a little helper program for vscode-go
db2b4c5 build: run tests and build golang.go-nightly
60c8ec9 src/goDebugConfiguration: change remote/attach default to dlv-dap
e54c930 package.json: replace deprecated web-request with node-fetch@v2
Change-Id: Ic3f59b3a9f58f3f38a0d424ee8c0acd4592aff2bFile tree
308 files changed
+2662
-1901
lines changed- .github/workflows
- .vscode
- build
- docs
- images
- extension
- languages
- media
- snippets
- src
- commands
- debugAdapter
- goTest
- language
- legacy
- utils
- syntaxes
- test
- gopls
- testdata/src/workspace
- .vscode
- integration
- mocks
- testdata
- baseTest
- buildTags
- codelens
- testmain
- completions
- condbp
- coverage
- a
- b
- cwdTest
- cwdTest
- diffTestData
- envTest
- errorsTest
- generatetests
- goTestTest
- b
- gogetdocTestData
- goroutineTest
- helloWorldServer
- importTest
- linterTest
- loop
- outlineTest
- panic
- runtimeError
- sleep
- stretchrTestSuite
- subTest
- testTags
- vendoring
- vendor/example/vendorpls
- vuln
- mod1
- mod2
- vulndb
- unit
- third_party
- tree-kill
- tools
- docs2wiki
- goplssetting
- installtools
- release
- testdata
- relnotes
- typings
- internal/vscgo
- src
- commands
- test/unit
- vscgo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
308 files changed
+2662
-1901
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| 78 | + | |
71 | 79 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
| 75 | + | |
68 | 76 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
60 | 66 | | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
| 74 | + | |
67 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
This file was deleted.
0 commit comments