[2024-08-29] Update MATLAB path
This commit is contained in:
parent
236143c2d8
commit
44bec1a627
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ require('lspconfig').matlab_ls.setup(
|
||||||
settings = {
|
settings = {
|
||||||
MATLAB = {
|
MATLAB = {
|
||||||
indexWorkspace = false,
|
indexWorkspace = false,
|
||||||
installPath = "/usr/local/MATLAB/R2024a",
|
installPath = "/usr/local/MATLAB/R2024b",
|
||||||
matlabConnectionTiming = "onStart",
|
matlabConnectionTiming = "onStart",
|
||||||
telemetry = false
|
telemetry = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue