You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,14 +94,16 @@ With Sapling, you don't have to guess at the parent component of your current fi
94
94
95
95
## Installation
96
96
97
-
Installing from VS Code Extension Marketplace (or downloading package from GitHub?).
97
+
Installing from VS Code Extension Marketplace:
98
98
99
99
1. If needed, install Visual Studio Code for Windows (7+), macOS (Sierra+), or Linux (details).
100
100
101
101
2. Install the Sapling extension for Visual Studio Code.
102
102
103
103
3. Once complete, you'll see Sapling appear in your sidebar. You can now begin using Sapling! Check out the Getting Started below for information on how to get started.
104
104
105
+
To install sapling for development, please see the contributing section below.
106
+
105
107
## Getting Started
106
108
107
109
1. After installing VSCode Extension, you will see the extension on your sidebar. Click the "Choose a File" button.
@@ -184,11 +186,11 @@ Sapling prioritizes file dependencies over component dependencies. Consider the
184
186
}
185
187
```
186
188
187
-
Sapling will display Home and Navbar as siblings, both children of App: (image of actual Sapling here)
189
+
Sapling will display Home and Navbar as siblings, both children of App:
188
190
189
-
App
190
-
- Home
191
-
- Navbar
191
+
<br />
192
+
<imgsrc="sapling/media/readme-example.png">
193
+
<br />
192
194
193
195
### Contributor Usage
194
196
@@ -205,8 +207,8 @@ Note: `Ctrl+R` (or `Cmd+R` on Mac) will refresh the extension development host
205
207
206
208
This extension contributes the following settings:
Copy file name to clipboardExpand all lines: sapling/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,14 +104,16 @@ With Sapling, you don't have to guess at the parent component of your current fi
104
104
105
105
## Installation
106
106
107
-
Installing from VS Code Extension Marketplace (or downloading package from GitHub?).
107
+
Installing from VS Code Extension Marketplace:
108
108
109
109
1. If needed, install Visual Studio Code for Windows (7+), macOS (Sierra+), or Linux (details).
110
110
111
111
2. Install the Sapling extension for Visual Studio Code.
112
112
113
113
3. Once complete, you'll see Sapling appear in your sidebar. You can now begin using Sapling! Check out the Getting Started below for information on how to get started.
114
114
115
+
To install sapling for development, please see the contributing section below.
116
+
115
117
## Getting Started
116
118
117
119
1. After installing VSCode Extension, you will see the extension on your sidebar. Click the "Choose a File" button.
@@ -208,9 +210,9 @@ Sapling prioritizes file dependencies over component dependencies. Consider the
208
210
209
211
Sapling will display Home and Navbar as siblings, both children of App: (image of actual Sapling here)
0 commit comments