| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.
It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.
Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
location.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* feat(omnisharp): find root directory for .csx scripts
* feat(omnisharp): use a table instead of a inlined if
* feat(omnisharp): remove not needed for range loop
|
| |
|
|
|
|
|
|
|
|
|
| |
* fix(omnisharp): update on_new_config
Save the initial value of cmd to be used in subsequent calls to on_new_config.
* feat: replace excessive code with a call to unpack
* fix(omnisharp): disable capabilities.workspace.workspaceFolders
* fix(omnisharp): added empty lines
|
| | |
|
| |
|
|
|
| |
These have primarily been sourced from the VSCode extension [1].
[1] https://github.com/OmniSharp/omnisharp-vscode/blob/88ad237e1e904ad0f91d2de39c30132198a02dcb/src/omnisharp/server.ts#L345-L434
|
| | |
|
| |
|