Skip to content

Commit 9508bb3

Browse files
author
Andreas Bartho
committed
Updated README for April 2021
1 parent ecbac40 commit 9508bb3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This project provides a minimal working example of how to set up Visual Studio C
55
Visual Studio Code comes with Electron support and Typescript support out of the box, but bringing the two together requires some knowledge of the available configuration options that beginners may not have. This repository contains a Visual Studio Code project with the bare minimum configuration to show how Visual Studio Code, Node, Electron and Typescript must be configured to work together.
66

77
The latest example has been created and tested on Linux with
8-
- Node v15.11.0
9-
- Electron v12.0.0
8+
- Node v15.13.0
9+
- Electron v12.0.2
1010
- Typescript v4.2.3
11-
- Visual Studio Code v1.54.1
11+
- Visual Studio Code v1.55.0
1212
- Debugger for Chrome extension v4.12.12
1313

1414
## Install application

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"description": "",
1212
"dependencies": {
13-
"electron": "^12.0.0",
13+
"electron": "^12.0.2",
1414
"typescript": "^4.2.3"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)