Add language server support for vscode (#104160)

Makes it so clangd support can work with with vscode.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/104160
Approved by: https://github.com/seemethere
This commit is contained in:
drisspg 2023-06-27 00:20:53 +00:00 committed by PyTorch MergeBot
parent 981f24e806
commit 994b98b78b

View File

@ -0,0 +1,3 @@
{
"command": "python setup.py develop"
}