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

Commit540b034

Browse files
authored
Merge pull request#266 from coderoad/support-1.39.2
support VSCode 1.39.2
2 parentse55e799 +a540cfa commit540b034

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
4545
##[0.2.3]
4646

4747
- Support Windows OS
48+
49+
##[0.2.4]
50+
51+
- Support VSCode 1.39.2

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace.
3030
###Requirements
3131

3232
- OS: MacOS, Windows, Linux
33-
- VSCode 1.40+
33+
- VSCode 1.39.2+
3434
- Node.js 10+
3535
- Git
3636

‎package-lock.json

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

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad",
3-
"version":"0.2.3",
3+
"version":"0.2.4",
44
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",
@@ -58,7 +58,7 @@
5858
"vscode-test":"^1.3.0"
5959
},
6060
"engines": {
61-
"vscode":"^1.44.0"
61+
"vscode":"^1.39.2"
6262
},
6363
"activationEvents": [
6464
"onCommand:coderoad.start"
@@ -82,4 +82,4 @@
8282
},
8383
"preview":true,
8484
"publisher":"CodeRoad"
85-
}
85+
}

‎web-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎web-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad-app",
3-
"version":"0.2.3",
3+
"version":"0.2.4",
44
"private":true,
55
"scripts": {
66
"build":"react-app-rewired build",
@@ -73,4 +73,4 @@
7373
"typescript":"^3.8.3",
7474
"typescript-eslint-parser":"^22.0.0"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp