public:computer:vscode
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:computer:vscode [2023/01/03 11:49] – [TypeScript] alex | public:computer:vscode [2024/04/30 00:33] (current) – ↷ Links adapted because of a move operation 3.12.71.237 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| - | {{page> | + | {{page> |
| Line 80: | Line 80: | ||
| ==== TypeScript ==== | ==== TypeScript ==== | ||
| - | | + | |
| + | | ||
| + | * Run with F5; .vscode | ||
| * launch.json <sxh json> | * launch.json <sxh json> | ||
| { | { | ||
| Line 95: | Line 97: | ||
| } | } | ||
| </ | </ | ||
| - | * tasks.json; Start ts-watch, CTRL + ALT + B <sxh json> | + | * tasks.json; Start ts-watch, CTRL + SHIFT + B <sxh json> |
| { | { | ||
| " | " | ||
| Line 111: | Line 113: | ||
| } | } | ||
| </ | </ | ||
| + | * Run with nodemon (live compile environment); | ||
| + | $ npm install ts-node --save-dev | ||
| + | $ npm install nodemon --save-dev | ||
| + | </ | ||
| + | * package.json <sxh json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 153: | Line 183: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==== PHP ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
public/computer/vscode.1672714152.txt.gz · Last modified: by alex