-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove references to observable-md
Update tests and web component. Signed-off-by: Gordon Smith <[email protected]>
- Loading branch information
1 parent
4c775be
commit 2d3b676
Showing
21 changed files
with
6,502 additions
and
3,493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Dev", | ||
"type": "chrome", | ||
"request": "launch", | ||
"url": "file:///${workspaceRoot}/index.html", | ||
"runtimeArgs": [ | ||
"--allow-file-access-from-files", | ||
"--disable-web-security" | ||
], | ||
"webRoot": "${workspaceRoot}" | ||
}, | ||
{ | ||
"name": "lws", | ||
"type": "chrome", | ||
"request": "launch", | ||
"url": "http://localhost:8080/../packages/graph/index.html", | ||
"runtimeArgs": [ | ||
"--allow-file-access-from-files", | ||
"--disable-web-security" | ||
], | ||
"webRoot": "${workspaceRoot}" | ||
}, | ||
{ | ||
"type": "chrome", | ||
"request": "launch", | ||
"name": "index.md", | ||
"url": "${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", | ||
"runtimeArgs": [ | ||
"--allow-file-access-from-files", | ||
"--disable-web-security" | ||
], | ||
"webRoot": "${workspaceFolder}/../../website" | ||
}, | ||
{ | ||
"type": "chrome", | ||
"request": "launch", | ||
"name": "http index.md", | ||
"url": "http://localhost:8080/${workspaceFolder}/../../website/index.html?debug=1#packages/graph/docs/index.md", | ||
"runtimeArgs": [ | ||
"--allow-file-access-from-files", | ||
"--disable-web-security" | ||
], | ||
"webRoot": "${workspaceFolder}/../../website" | ||
} | ||
] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.