Commit c744e79
authored
Move the Omnisharp work into master (#1056)
* Add starting point
* x
* More work
* Make integration tests pass for omnisharp
* Changes
* add dummy workspace symbols handler
* use LoggerFactory
* A working WorkspaceSymbolsHandler
* working text document syncer
* needed document selector and getVersion handler to work with vscode
* Added Diagnostics
* didChangeConfiguration message and general settings support
* Add diagnostics (#18)
* initial folding support
* added test for folding
* Add setting support (#19)
* Added Diagnostics
* didChangeConfiguration message and general settings support
* Apply suggestions from code review
Co-Authored-By: Robert Holt <rjmholt@gmail.com>
* Folding support (#20)
* Added Diagnostics
* didChangeConfiguration message and general settings support
* initial folding support
* log level trace
* folding works with latest omnisharp version
* comment typo
* added test for folding
* formatting support
* remove merge conflict
* add formatting tests
* DocumentSymbols and References support (#997)
* working formatting
* add tests
* delete commented out code
* [Omnisharp-LSP] textDocument/documentHighlight support (#999)
* Add handler scaffold
* More stuff
* Make handler work
* Add copyright
* Add tests, fix bugs
* Fix small issues
* codelens support (#1001)
* codelens support
* address rob's feedback
* powerShell/getPSHostProcesses and powerShell/getRunspace (#1002)
* Test only pester for now (#1003)
* Implement textDocument/codeAction (#1004)
* Add initial handler
* Add working codeAction implementation
* Crash
* Make tests work
* Fix issues
* Make tests work in WinPS
* Add powershellcontext (#1005)
* Add powershellcontext
* using file sink now instead
* all the newlines
* support $psEditor (#1006)
* support $psEditor
* deleted commented out code
* fix initial build failures due to lack of certain assemblies
* use different RootPath
* wait an extra 5 seconds just in case
* refactor initialize script
* Re-add Stdio option and replace Pester tests with xunit tests. (#1008)
* Completion Support (#1007)
* completion support
* misc codacy fixes
* use BUILD_ARTIFACTSTAGINGDIRECTORY so logs can be uploaded
* publish artifacts even if build fails
* handle log messages
* give PSES a chance to run what it needs to run
* switch to using xUnit output helper
* treat DynamicKeywords as Keyword
* completionresolve support (#1009)
* handle log messages
* switch to using xUnit output helper
* Add completionItem/resolve request
* feedback
* update build to run update-help for signature help test
* removing scope hoping it works in CI
* setting to EA silentlycontinue
* change to language=powershell
* hover support (#1010)
* handle log messages
* switch to using xUnit output helper
* add hover handler
* move to language=powershell
* refactoring for feedback
* codacy
* Omni signaturehelp (#1011)
* handle log messages
* switch to using xUnit output helper
* Support SignatureHelp
* concurrentdict
* Add definition handler (#1013)
* add definition handler
* codacy
* sneak in powerShell/executionStatusChanged
* codacy
* Add Plaster messages (#1014)
* Comment Help and Evaluate (#1015)
* Support for Comment Help generator
* add evaluate handler
* Last LSP messages (#1016)
* support CommandExporer commands and powerShell/runspaceChanged
* expand alias
* refactor server setup (#1018)
* rename namespaces (#1019)
* The entire Debug Adapter moved over... (#1043)
* initial non-working dap
* working launch but not attach
* working attach handler
* update namespaces
* Disconnect support and handling of JsonRpcServer teardown
* Add foundation for debug tests - stdio and fixures
* all handlers
* remote file manager working
* rest of debug adapter
* use actual release
* Apply suggestions from code review
Co-Authored-By: Robert Holt <rjmholt@gmail.com>
* Delete projects we wont be keeping around and get pses.vscode working again (#1046)
* delete other folders and tweak build script for BuildInfo
* working PowerShellEditorServices.VSCode now a binary module!
* some typo
* Apply suggestions from code review
Co-Authored-By: Patrick Meinecke <SeeminglyScience@users.noreply.github.com>
* address additional comments
* don't checkin maml
* add error handling
* deleted buildinfo and address rob's comments
* Remove engine from files and namespaces (#1048)
* apply apt state for PS7 (#1051)
* delete buildinfo
* implement powerShell/startDebugger (#1049)
* implement powerShell/startDebugger
* add line
Co-Authored-By: Patrick Meinecke <SeeminglyScience@users.noreply.github.com>
* Enable alias corrections (#1053)
* Codacy comments1 parent 8332631 commit c744e79
File tree
374 files changed
+9820
-16364
lines changed- .vsts-ci/templates
- docs
- api
- guide
- module
- PowerShellEditorServices.VSCode
- Public/HtmlContentView
- docs
- PowerShellEditorServices
- Commands
- Private
- Public
- docs
- scripts
- src
- PowerShellEditorServices.Host
- CodeLens
- Commands
- Symbols
- PowerShellEditorServices.Protocol
- Client
- DebugAdapter
- LanguageServer
- MessageProtocol
- Channel
- Serializers
- Properties
- Server
- PowerShellEditorServices.VSCode
- Cmdlets
- CustomViews
- PowerShellEditorServices
- .vscode
- Analysis
- CodeLenses
- Commands
- Components
- Hosting
- Language
- Logging
- Properties
- Providers
- Server
- Services
- Analysis
- CodeLens
- DebugAdapter
- Debugging
- Handlers
- PowerShellContext
- Console
- Extensions
- Handlers
- Session
- Capabilities
- Host
- Utilities
- Symbols
- Vistors
- TextDocument
- Handlers
- Workspace
- Handlers
- Session
- Symbols
- Utility
- test
- Pester
- PowerShellEditorServices.Test.E2E
- tools/PsesPsClient
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
374 files changed
+9820
-16364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 54 | + | |
| 55 | + | |
59 | 56 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
68 | 63 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 105 | | |
112 | 106 | | |
113 | 107 | | |
| |||
180 | 174 | | |
181 | 175 | | |
182 | 176 | | |
183 | | - | |
| 177 | + | |
184 | 178 | | |
185 | 179 | | |
186 | 180 | | |
| |||
259 | 253 | | |
260 | 254 | | |
261 | 255 | | |
262 | | - | |
| 256 | + | |
263 | 257 | | |
264 | 258 | | |
265 | 259 | | |
| |||
310 | 304 | | |
311 | 305 | | |
312 | 306 | | |
313 | | - | |
| 307 | + | |
314 | 308 | | |
315 | 309 | | |
316 | 310 | | |
| |||
326 | 320 | | |
327 | 321 | | |
328 | 322 | | |
329 | | - | |
330 | 323 | | |
331 | 324 | | |
332 | 325 | | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | 326 | | |
339 | 327 | | |
340 | 328 | | |
341 | 329 | | |
342 | 330 | | |
343 | | - | |
| 331 | + | |
| 332 | + | |
344 | 333 | | |
345 | 334 | | |
346 | 335 | | |
| |||
378 | 367 | | |
379 | 368 | | |
380 | 369 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
| 370 | + | |
| 371 | + | |
391 | 372 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
| 373 | + | |
| 374 | + | |
401 | 375 | | |
402 | 376 | | |
403 | 377 | | |
| |||
502 | 476 | | |
503 | 477 | | |
504 | 478 | | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
| 479 | + | |
511 | 480 | | |
512 | 481 | | |
513 | 482 | | |
| |||
523 | 492 | | |
524 | 493 | | |
525 | 494 | | |
526 | | - | |
| 495 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | | - | |
26 | | - | |
27 | 21 | | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 39 | | |
66 | 40 | | |
67 | 41 | | |
| |||
98 | 72 | | |
99 | 73 | | |
100 | 74 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 75 | | |
114 | 76 | | |
115 | 77 | | |
| |||
134 | 96 | | |
135 | 97 | | |
136 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
137 | 123 | | |
138 | 124 | | |
139 | 125 | | |
140 | 126 | | |
141 | 127 | | |
142 | | - | |
143 | | - | |
144 | 128 | | |
145 | 129 | | |
146 | 130 | | |
147 | | - | |
148 | 131 | | |
149 | 132 | | |
| 133 | + | |
| 134 | + | |
150 | 135 | | |
151 | 136 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
0 commit comments