Skip to content

Commit 0369435

Browse files
committed
updated README.md
1 parent 984ec70 commit 0369435

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@
1212
// "features": {},
1313

1414
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15-
"forwardPorts": [5000]
15+
"forwardPorts": [5000],
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
18-
// "postCreateCommand": "yarn install",
18+
"postCreateCommand": "if [ -e /host-home-folder/vscode_common/vscode.bash ];then /bin/bash /host-home-folder/vscode_common/vscode.bash;fi",
1919

2020
// Configure tool-specific properties.
2121
// "customizations": {},
2222

2323
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
2424
// "remoteUser": "root"
25+
"mounts": [
26+
"source=${localEnv:HOME}${localEnv:USERPROFILE},target=/host-home-folder,type=bind,consistency=cached"
27+
]
2528
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![Build Status](https://github.com)
12
# Linked Bundle Node Map
23

34
This npm package was created to solve a few problems. This widget provides good network diagrams, with no dependencies other than the version of React that comes with your build. The rendering is done in a single pass, with minimal data processing. The diagram interactions are indexed using binary space partitioning. Indexing is deferred until a user tries to interact with the top level canvas. The core design is fairly easy to subclass. The internals are written in TypeScript and the dist folder is uglified/minified es6. The widgets were developed using functional React, which makes the code simple to read and manage.

0 commit comments

Comments
 (0)