File tree Expand file tree Collapse file tree 1 file changed +31
-7
lines changed Expand file tree Collapse file tree 1 file changed +31
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "Interface - General" : [
3
+ {
4
+ "issueId" : 213 ,
5
+ "url" : " /issues/213" ,
6
+ "description" : " Improve Go versions selection"
7
+ }
8
+ ],
2
9
"Interface - IDE" : [
3
10
{
4
- "issueId" : 194 ,
5
- "url" : " /pull/194" ,
6
- "description" : " Notify about time.Now() issues when using server environment."
11
+ "issueId" : 210 ,
12
+ "url" : " /issues/210" ,
13
+ "description" : " Properly display delayed messages from Go programs executed on server"
14
+ },
15
+ {
16
+ "issueId" : 215 ,
17
+ "url" : " /pull/215" ,
18
+ "description" : " Properly handle WebAssembly programs lifecycle"
19
+ },
20
+ {
21
+ "issueId" : 218 ,
22
+ "url" : " /issues/218" ,
23
+ "description" : " Add debouncing for code completion API calls"
24
+ }
25
+ ],
26
+ "Go - Runtime" : [
27
+ {
28
+ "issueId" : 211 ,
29
+ "url" : " /pull/211" ,
30
+ "description" : " Add embedded Go interpreter based on Yaegi"
7
31
}
8
32
],
9
- "Interface - Vim " : [
33
+ "Go - WebAssembly " : [
10
34
{
11
- "issueId" : 195 ,
12
- "url" : " /pull/195 " ,
13
- "description" : " Implement :w command for Vim mode "
35
+ "issueId" : 211 ,
36
+ "url" : " /pull/211 " ,
37
+ "description" : " Bump Go version to 1.19 "
14
38
}
15
39
]
16
40
}
You can’t perform that action at this time.
0 commit comments