Skip to content

Commit 76c2fd2

Browse files
committed
Remove VSCode client logic
Signed-off-by: Cory Hutchison <[email protected]>
1 parent 05101b7 commit 76c2fd2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+20
-4486
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@
77
/**/spec/reports/
88
/**/tmp/
99
/**/.dev/
10-
/**/node_modules/
11-
/**/out/
12-
/**/.vscode-test/
13-
/**/*.vsix

server/.rubocop.yml .rubocop.yml

File renamed without changes.

.vscode/launch.json

-19
This file was deleted.

server/Gemfile Gemfile

File renamed without changes.

server/Gemfile.lock Gemfile.lock

File renamed without changes.

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
# ruby-lsp monorepo
1+
# ruby-lsp
22

3-
Home for both the `ruby-lsp` Ruby Gem as well as the `ruby-lsp` VSCode extension
3+
## Contributing
4+
5+
Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/ruby-lsp.
6+
This project is intended to be a safe, welcoming space for collaboration, and contributors
7+
are expected to adhere to the
8+
[Contributor Covenant](https://github.com/Shopify/ruby-lsp/blob/main/CODE_OF_CONDUCT.md)
9+
code of conduct.
10+
11+
## License
12+
13+
The gem is available as open source under the terms of the
14+
[MIT License](https://github.com/Shopify/ruby-lsp/blob/main/LICENSE.txt).

server/Rakefile Rakefile

File renamed without changes.

server/VERSION VERSION

File renamed without changes.

server/bin/rubocop bin/rubocop

File renamed without changes.

server/bin/test bin/test

File renamed without changes.

client/.eslintrc.js

-27
This file was deleted.

client/.prettierignore

-5
This file was deleted.

client/.vscode/extensions.json

-7
This file was deleted.

client/.vscode/launch.json

-34
This file was deleted.

client/.vscode/settings.json

-11
This file was deleted.

client/.vscode/tasks.json

-20
This file was deleted.

client/.vscodeignore

-14
This file was deleted.

client/.yarnrc

-1
This file was deleted.

client/CHANGELOG.md

-9
This file was deleted.

client/LICENSE.txt

-22
This file was deleted.

client/README.md

-14
This file was deleted.

client/package.json

-51
This file was deleted.

client/src/extension.ts

-5
This file was deleted.

client/src/test/runTest.ts

-24
This file was deleted.

client/src/test/suite/extension.test.ts

-12
This file was deleted.

client/src/test/suite/index.ts

-40
This file was deleted.

client/tsconfig.json

-16
This file was deleted.

0 commit comments

Comments
 (0)