mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Init basic LSP. At the moment the extension doesn't do anything interesting, but it does compile successfully.
29 lines
406 B
Plaintext
29 lines
406 B
Plaintext
.DS_Store
|
|
.spr.yml
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
node_modules
|
|
.watchmanconfig
|
|
.watchman-cookie-*
|
|
dist
|
|
.vscode
|
|
!packages/playground/.vscode
|
|
.spr.yml
|
|
testfilter.txt
|
|
|
|
bundle-oss.sh
|
|
|
|
# forgive
|
|
*.vsix
|
|
.vscode-test
|