- Shift + F - FPS mode
- Ctrl + Left Click - Select parent and its children
- Shift + Left Click - Hide parent and its children
"use strict"; | |
/** | |
* Rupture.js | |
* | |
* ------------------------------------------------------------ | |
* | |
* Available methods: | |
* | |
* Rupture.activate() |
"use strict" | |
/** | |
* | |
* Loader.js | |
* | |
* ------------------------------------------------------------ | |
* | |
* Available property: | |
* |
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "shift+cmd+.", | |
"command": "editor.action.commentLine", | |
"when": "editorTextFocus" | |
}, | |
{ | |
"key": "shift+cmd+.", | |
"command": "editor.action.blockComment", |
{ | |
"version": "0.1.0", | |
"command": "npm", | |
"isShellCommand": true, | |
"args": [ "run" ], | |
"tasks": [ | |
{ | |
"taskName": "compile", | |
"isBuildCommand": false, | |
"showOutput": "always", |
If Intellisense is not working, maybe dotnet
and mono
commands are not accessible.
If dotnet
is missing.