You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For manual installation, download abl-lsda.jar from the [VSCode extension](https://github.com/vscode-abl/vscode-abl/releases/latest).
7696
7695
7697
7696
Configuration
7698
7697
7699
7698
```lua
7700
-
require('lspconfig').['openedge_ls'].setup {
7701
-
oe_jar_path='/path/to/abl-lsp.jar',
7702
-
dlc='12.2:/path/to/dlc-12.2', -- Version number and OpenEdge root directory (colon separator)
7699
+
require('lspconfig').openedge_ls.setup {
7700
+
oe_jar_path='/path/to/abl-lsda.jar',
7703
7701
debug=false, -- Set to true for debug logging
7704
-
trace=false-- Set to true for trace logging (REALLY verbose)
7702
+
trace=false, -- Set to true for trace logging (REALLY verbose)
For manual installation, download abl-lsda.jar from the [VSCode extension](https://github.com/vscode-abl/vscode-abl/releases/latest).
7133
7132
7134
7133
Configuration
7135
7134
7136
7135
```lua
7137
-
require('lspconfig').['openedge_ls'].setup {
7138
-
oe_jar_path = '/path/to/abl-lsp.jar',
7139
-
dlc = '12.2:/path/to/dlc-12.2', -- Version number and OpenEdge root directory (colon separator)
7136
+
require('lspconfig').openedge_ls.setup {
7137
+
oe_jar_path = '/path/to/abl-lsda.jar',
7140
7138
debug = false, -- Set to true for debug logging
7141
-
trace = false -- Set to true for trace logging (REALLY verbose)
7139
+
trace = false, -- Set to true for trace logging (REALLY verbose)
0 commit comments