File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
74
74
# We remove the scripts field so that later on we can run
75
75
# yarn to fetch node_modules if necessary without build scripts running.
76
- # We cannot use --no-scripts because we still want dependant package scripts to run.
76
+ # We cannot use --no-scripts because we still want dependent package scripts to run.
77
77
jq ' del(.scripts)' < " $VSCODE_SRC_PATH /package.json" > " $VSCODE_OUT_PATH /package.json"
78
78
}
79
79
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ If you want to make the SSH port forwarding persistent we recommend using
136
136
[ mutagen] ( https://mutagen.io/documentation/introduction/installation ) .
137
137
138
138
```
139
- # Same as the above SSH command but runs in the background continously .
139
+ # Same as the above SSH command but runs in the background continuously .
140
140
# Add `mutagen daemon start` to your ~/.bashrc to start the mutagen daemon when you open a shell.
141
141
mutagen forward create --name=code-server tcp:127.0.0.1:8080 <instance-ip>:tcp:127.0.0.1:8080
142
142
```
You can’t perform that action at this time.
0 commit comments