issues
search
nim-lang
/
langserver
The Nim language server implementation (based on nimsuggest)
204
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
* extracted method maybeRequestConfigurationFromClient. No functional…
#164
nickysn
closed
10 months ago
0
+ introduced method maybeRegisterCapabilityDidChangeConfiguration
#163
nickysn
closed
10 months ago
0
Exception inlay hints protocol update
#162
nickysn
closed
10 months ago
0
Server does not react to configuration changes
#161
nickysn
closed
10 months ago
0
+ check for config changes, related to inlay hints on didChangeConfiguration…
#160
nickysn
closed
10 months ago
0
* refactor: extracted method parseWorkspaceConfiguration from getWorkspaceConfiguration,…
#159
nickysn
closed
10 months ago
0
+ handle SetTrace notifications from the LSP client. VS Code sometime…
#158
nickysn
closed
10 months ago
0
* made the result of 'shutdown' to be 'null', which conforms to the …
#157
nickysn
closed
10 months ago
0
* call exitnow() in the signal handler, in order to exit our own process, after stopping the child nimsuggest processes
#156
nickysn
closed
10 months ago
0
* fixed tests after commit 46329ea62f97f5fb4e496734c782610ae3fcf4e9
#155
nickysn
closed
10 months ago
0
Update Nimble file checks to work with Atlas and Nimbus build system
#154
elcritch
opened
10 months ago
4
+ added signal handlers for shutting down child nimsuggest process in…
#153
nickysn
closed
10 months ago
0
+ write unhandled exceptions to the debug log in addition to stderr before exiting due to an error
#152
nickysn
closed
10 months ago
0
+ added command line option `--clientProcessId=XXX` that allows the server to
#151
nickysn
closed
10 months ago
0
* refactored the client process monitoring to be asynchronous, instead of running in a separate thread.
#150
nickysn
closed
10 months ago
0
Implement formatting support
#149
AmjadHD
opened
10 months ago
0
* factor out the common code between shutdown() and exit() to a function stopNimsuggestProcesses. No functional changes.
#148
nickysn
closed
10 months ago
0
* kill child nimsuggest processes also in case of an 'exit' request without a prior 'shutdown' request
#147
nickysn
closed
10 months ago
0
nimlangserver crashes in vscode on Win10 : exit code 1
#146
dreamflow
closed
10 months ago
5
* fixed crash in getRootPath on Windows, when InitializeParams.rootUri…
#145
nickysn
closed
10 months ago
0
* avoid a race condition on startup, when certain commands arrive too…
#144
nickysn
closed
10 months ago
0
* handle 'exit' requests without params correctly as well
#143
nickysn
closed
10 months ago
0
* fixed crash in the handling of the shutdown request with missing params
#142
nickysn
closed
10 months ago
0
* uriToPath: in case of error 'invalid scheme' or 'invalid hostname',…
#141
nickysn
closed
10 months ago
0
* send window/workDoneProgress/create before WorkDoneProgressBegin…
#140
nickysn
closed
10 months ago
0
* fixed readme: configuration key is `projectFile`, not `projectPath` (#72)
#139
nickysn
closed
10 months ago
0
* patch from veksha that fixes the "Failed to parse the configuration" error (#72)
#138
nickysn
closed
10 months ago
0
* CI: build macOS binaries in .zip format instead of .tar.gz
#137
nickysn
closed
10 months ago
0
* update links in readme to point to the official nim-lang.org VS code extension, instead of Saem's extension
#136
nickysn
closed
10 months ago
0
* CI: use actions/cache v4
#135
nickysn
closed
10 months ago
0
* CI: use actions/checkout v4
#134
nickysn
closed
10 months ago
0
* CI: use 7z to create the Windows .zip files
#133
nickysn
closed
10 months ago
0
* CI: use zip instead of .tar.gz to compress the Windows binaries
#132
nickysn
closed
10 months ago
0
Retrieves the version at compile time
#131
jmgomez
closed
10 months ago
0
- CI: don't add the nimlangserver (without the .exe extension) binary…
#130
nickysn
closed
10 months ago
0
* CI: use to set the path to mingw32, hopefully it works this time...
#129
nickysn
closed
10 months ago
0
* CI: try to fix the adding of mingw32 to the PATH
#128
nickysn
closed
10 months ago
0
* CI: fixed curl parameters for the mingw32 download
#127
nickysn
closed
10 months ago
0
+ CI: download and extract a 32-bit mingw32 gcc in order to be able t…
#126
nickysn
closed
10 months ago
0
* try to use i686-w64-mingw32-gcc.exe for compiling for Win32
#125
nickysn
closed
10 months ago
0
+ try to add a Win32 CI build
#124
nickysn
closed
10 months ago
0
* CI: use the correct value for nimble_cpu - it should reflect the CPU…
#123
nickysn
closed
10 months ago
0
Revert "* CI: the macOS Universal binary jobs only needs the other tw…
#122
nickysn
closed
10 months ago
0
* CI: the macOS Universal binary jobs only needs the other two macOS …
#121
nickysn
closed
10 months ago
0
* CI: download only the macOS artifacts, when building the macOS Univ…
#120
nickysn
closed
10 months ago
0
* CI: add write permission to actions, because it's needed by geekyeg…
#119
nickysn
closed
10 months ago
0
* CI: use version 4 of the delete_artifact action
#118
nickysn
closed
10 months ago
0
* CI: use version 4 of the download-artifact action
#117
nickysn
closed
10 months ago
0
* CI: use version 4 of the upload-artifact action
#116
nickysn
closed
10 months ago
0
* another Universal binary CI fix
#115
nickysn
closed
10 months ago
0
Previous
Next