উৎসব রায়(Utsob Roy)
238a473788
Changed swapped $2 and $0 position for anonymous go function snippet. ( #2354 )
...
For anonymous go function (the snippet with the prefix "go") I think it will be more convenient if we end snippets in the body instead of the variable field. The function body is the largest of these 3 placeholders and will be in need of completion features more than any other. Therefore, I think, it is reasonable if we give it the $0 place.
2019-03-04 16:00:18 -08:00
Aswin M Prabhu
fa947934cd
Add command and code action to extract into function and local variable ( #2139 )
2019-03-03 18:27:58 -08:00
Sardorbek
1f621cc7f5
fix : #2240 - gocode autocompletion not working when using // in Sprintf ( #2316 )
2019-03-03 18:27:15 -08:00
Edouard SCHWEISGUTH
da664d751f
Fix simple quotes uses for JSON examples. ( #2036 )
2019-03-02 20:13:12 -08:00
Ramya Achutha Rao
3703d35f50
Update tslint rules #2333
2019-03-02 19:45:04 -08:00
Ramya Achutha Rao
4dec459432
Use toolsGopath instead of gopath in tests
2019-03-02 14:28:48 -08:00
Luis GG
e2f8782f72
Add module definitions for test fixtures ( #2306 )
2019-03-02 14:27:29 -08:00
Sardorbek
e7faff6907
Remove checks for older Go versions ( #2319 )
2019-03-02 14:09:14 -08:00
Ramya Achutha Rao
81013f5781
Use goimports for formatting when using modules #2309
2019-03-02 13:29:35 -08:00
Caleb Doxsey
df3499d1db
add grammar, syntax highlighting for go.mod and go.sum( #2344 )
...
* add go.mod and go.sum support
* rename to Checksum
2019-03-02 12:56:44 -08:00
Alex Schade
e19013abe8
Added showGlobalVariables as a workspace level parameter ( #2351 )
2019-03-02 12:53:58 -08:00
Ramya Achutha Rao
7e79ee4f4a
Improved docs for remotePath
2019-02-27 21:50:32 -08:00
Luis GG
299f3d408e
Fix expression name mapping on debug views ( #2326 )
...
* Fix expression names on debug views
* Revert change
* Fix copy&paste
* Revert "Fix copy&paste"
This reverts commit e1f32d2311b1848fa78ea6f2827c6df922a5467c.
* Add type to declarations
* Refactor
* Fix struct handling in convertDebugVariableToProtocolVariable
2019-02-27 13:55:18 -08:00
Ramya Achutha Rao
f3270ad47f
Include isFile() check on binary file paths
2019-02-23 17:47:13 -08:00
Luis GG
c8d1a7bd11
Update debug adapter README ( #2341 )
2019-02-23 12:19:35 -08:00
Vlad Barosan
5b6ca87e3a
Merge pull request #1738 from lggomez/signature_fix
...
Don't count signature position changes inside string literals
2019-02-20 15:37:09 -08:00
Vlad Barosan
490bb91af0
Refactor and fix wrong count of commas
2019-02-19 17:22:44 -08:00
Luis G
2de990a503
Improve wording, rename helper class
2019-02-19 15:57:27 -08:00
Luis G
7ffe4e43a0
Improve string literal detection method
2019-02-19 15:57:27 -08:00
Luis G
ae0da3b791
Improve string literal detection method
2019-02-19 15:57:26 -08:00
Luis G
15a7a02c10
Rename variable
2019-02-19 15:57:26 -08:00
Luis G
309362ba7a
Fix index range iteration
2019-02-19 15:57:26 -08:00
Luis G
37d6b2214c
Remove unused code
2019-02-19 15:57:26 -08:00
Luis G
8de4af1542
Add string literal postion exclusion on signature helper
2019-02-19 15:57:26 -08:00
Luis G
c63cfafcc3
WIP: Add logic to ignore commas on string literals
2019-02-19 15:57:26 -08:00
Joel Hendrix
e638ad71a9
Fix loading of child types ( #2320 )
...
Per Delve documentation type names should be enclosed in quotes; this
fixes parsing of type names with e.g. '-' characters in them.
2019-02-15 11:01:43 -08:00
Joel Hendrix
405fc59a9e
Fix crash in start without debugging scenario ( #2314 )
...
In CTRL-F5 scenario delve isn't running so don't try to halt it.
2019-02-15 11:01:06 -08:00
Vlad Barosan
810d3b2cf9
use TS from dependencies when running in vscode ( #2325 )
2019-02-13 22:34:35 -08:00
Ramya Achutha Rao
f8ade31392
Release 0.9.2
2019-02-11 23:33:36 -08:00
Ramya Achutha Rao
fd5a488c2d
Failed to halt is normal if program finishes on its own #2313
2019-02-11 23:28:48 -08:00
Jeremy
056a75635e
fix unit test error 'cannot find vscode module' #2311 ( #2310 )
2019-02-11 23:19:14 -08:00
Ramya Achutha Rao
98f0874def
Release 0.9.1
2019-02-06 17:57:46 -08:00
Ramya Achutha Rao
8ec60d1721
Fix running benchmarks
2019-02-06 17:54:00 -08:00
Luis GG
5fe9ecd5a7
Comply with --strict compile flag subset ( #2294 )
2019-02-06 17:27:07 -08:00
Segev Finer
f0cc90bd19
Remove the deprecated MarkedString ( #2302 )
2019-02-06 17:26:48 -08:00
Ramya Achutha Rao
89484872a1
Release 0.9.0
2019-02-06 14:19:56 -08:00
Ramya Rao
d75d4f07bb
Expand nested content only for non array, maps ( #2301 )
2019-02-06 14:10:38 -08:00
Ramya Achutha Rao
2671a69766
Updated changelog
2019-02-03 20:45:41 -08:00
Adrian Suwała
bcc6407ef6
Add debugTestAtCursor command ( #2059 )
2019-02-03 20:29:21 -08:00
kerem
e7b8beafd5
provide coverageDecorator config via editor uri ( #2299 )
2019-02-03 15:35:41 -08:00
Segev Finer
f0212d2c1e
Set presentation.reveal=never for the watch task ( #2298 )
...
presentation.reveal=silent shows the console on any error, this is annoying for a watch task that runs in the background.
2019-02-03 15:22:31 -08:00
Ramya Achutha Rao
1dff04f211
Log err msg before resolving promise
2019-02-03 14:50:16 -08:00
Ramya Achutha Rao
2fbc9150f5
Comment failing test for now
2019-01-31 10:07:31 -08:00
Joel Hendrix
ea3e032dd1
Fix default value for showGlobalVariables ( #2295 )
...
Only read from args.showGlobalVariables if it has a boolean value.
2019-01-31 09:59:05 -08:00
Joel Hendrix
5c31292031
Cache results of 'go list' when fetching package info to get package variables ( #2289 )
...
The 'go list' command is expensive so the result should be cached.
There was a cache in place but it wasn't being populated.
2019-01-29 15:03:59 -08:00
Ramya Achutha Rao
86605f89ca
Prompt to update godef for modules
2019-01-29 11:27:13 -08:00
Joel Hendrix
0ed3271177
Fix evaluation of global variables ( #2287 )
...
When evaluating a global variable VS Code will omit the frame ID
argument, so default to the topmost frame of the current goroutine.
2019-01-29 11:24:19 -08:00
Ramya Achutha Rao
2c78828c88
Changelog prep for 0.8.1
2019-01-28 20:31:41 -08:00
Catalin Pirvu
0ee1ca652a
Show coverage for files even when tests fails ( #2263 )
2019-01-28 19:50:02 -08:00
xiphon
13f8083f26
debug: use unique stack frame id ( #2130 )
2019-01-28 19:41:54 -08:00