Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a new development container configuration to the project. The change introduces a
devcontainer.json
file to streamline the development environment setup.Development environment setup:
.devcontainer/devcontainer.json
: Added a new file specifying the use of themcr.microsoft.com/devcontainers/universal:2
image with no additional features configured.deletionOriginal file line number Original file line Diff line number Diff line change @@ -31,7 +31,7 @@
"prettier": "1.17.0",
"prettier": "1.17.0",
"tslint": "5.19.0",
"tslint": "5.19.0",
"tslint-plugin-prettier": "2.0.1",
"tslint-plugin-prettier": "2.0.1",
"typescript": "3.5.3"
"typescript": "3.6.2"
},
},
"engines": {
"engines": {
"node": ">= 8"
"node": ">= 8"
yarn.lock
+4
-4
Lines changed: 4 additions & 4 deletions
Original file line number Original file line Diff line number Diff line change @@ -3761,10 +3761,10 @@ type-detect@^4.0.0, type-detect@^4.0.5:
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
[email protected]:
[email protected]:
version "3.5.3"
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
uglify-js@^3.1.4:
uglify-js@^3.1.4:
version "3.6.0"
version "3.6.0"
0 commit comments
Comments