Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4701273

Browse files
authored
Merge pull request#64 from ShMcK/feature/update-api-changes
Feature/update api changes
2 parents68e0dd5 +21ecc86 commit4701273

File tree

9 files changed

+701
-585
lines changed

9 files changed

+701
-585
lines changed

‎package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,35 @@
3232
},
3333
"dependencies": {
3434
"@types/chokidar":"^2.1.3",
35-
"chokidar":"^3.3.1",
35+
"chokidar":"^3.3.0",
3636
"jsdom":"^15.2.1"
3737
},
3838
"devDependencies": {
3939
"@types/assert":"^1.4.3",
4040
"@types/dotenv":"^8.2.0",
4141
"@types/glob":"^7.1.1",
42-
"@types/jest":"^24.0.24",
42+
"@types/jest":"^24.0.23",
4343
"@types/jsdom":"^12.2.4",
44-
"@types/node":"^13.1.0",
45-
"@typescript-eslint/eslint-plugin":"^2.13.0",
46-
"@typescript-eslint/parser":"^2.13.0",
44+
"@types/node":"^12.12.17",
45+
"@typescript-eslint/eslint-plugin":"^2.11.0",
46+
"@typescript-eslint/parser":"^2.11.0",
4747
"assert":"^2.0.0",
48-
"concurrently":"^5.0.2",
48+
"concurrently":"^5.0.1",
4949
"dotenv":"^8.2.0",
50-
"eslint":"^6.8.0",
50+
"eslint":"^6.7.2",
5151
"eslint-config-prettier":"^6.7.0",
52-
"eslint-plugin-prettier":"^3.1.2",
52+
"eslint-plugin-prettier":"^3.1.1",
5353
"glob":"^7.1.6",
5454
"graphql":"^14.5.8",
5555
"mocha":"^6.2.2",
5656
"prettier":"^1.19.1",
5757
"ts-jest":"^24.2.0",
58-
"typescript":"^3.7.4",
58+
"typescript":"^3.7.3",
5959
"vscode":"^1.1.36",
6060
"vscode-test":"^1.3.0"
6161
},
6262
"engines": {
63-
"vscode":"^1.41.1"
63+
"vscode":"^1.40.0"
6464
},
6565
"activationEvents": [
6666
"onCommand:coderoad.start"

‎src/channel/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ class Channel implements Channel {
8888

8989
awaittutorialConfig({config:data.config},onError)
9090

91-
// run init setup actions
92-
if(data.init){
93-
constsetup:G.StepActions|null|undefined=data.init.setup
94-
if(setup){
95-
setupActions(this.workspaceRoot,setup,this.send)
96-
}
97-
}
98-
9991
// report back to the webview that setup is complete
10092
this.send({type:'TUTORIAL_CONFIGURED'})
10193
return

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp