Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup #2

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -17,3 +17,7 @@ If you look at the `setup` branch then you can look at the required change to en
The `src` and `lib` packages are copies of the showcase applications from commit `79db9e4` from the [main repo](https://github.com/genesiscommunitysuccess/custom-elements-lsp).
The aim of pulling them out separately into this repo is to make the installation demo easier. This repo will not be kept up to date with those two packages over time, but will
be updated if there is a large change to the setup that this repo needs to show.

## `setup` branch

This branch contains the changeset required to do a minimal configuration of the LSP in the project. See [this video](https://www.loom.com/share/3dfdb245cbfc4fc1a166df8b19c123a5?sid=05171d67-fd36-46ab-8fa0-321542264512) for more with this setup.
1 change: 1 addition & 0 deletions src/.vscode/settings.json
@@ -0,0 +1 @@
{"typescript.tsdk": "node_modules/typescript/lib"}