add cargo compiler
This commit is contained in:
@@ -349,7 +349,8 @@ do
|
|||||||
pyright={'requirements.txt', 'pyproject.toml'},
|
pyright={'requirements.txt', 'pyproject.toml'},
|
||||||
go={'go.mod'},
|
go={'go.mod'},
|
||||||
gcc={'*.c'},
|
gcc={'*.c'},
|
||||||
['g++']={'*.cpp'}
|
['g++']={'*.cpp'},
|
||||||
|
cargo={'Cargo.toml'},
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type string[]
|
---@type string[]
|
||||||
|
|||||||
Reference in New Issue
Block a user