fix(all): Table formating.
This commit is contained in:
parent
f129032aa7
commit
e01a845117
1 changed files with 36 additions and 26 deletions
|
@ -20,7 +20,6 @@ session.
|
||||||
Currently the node version supported is 10.19.0 due to `ogg` and `vorbis` libs.
|
Currently the node version supported is 10.19.0 due to `ogg` and `vorbis` libs.
|
||||||
Please see the same issue on this address: https://github.com/TooTallNate/node-ogg/issues/27.
|
Please see the same issue on this address: https://github.com/TooTallNate/node-ogg/issues/27.
|
||||||
|
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
#### PowerShell Script
|
#### PowerShell Script
|
||||||
|
@ -40,6 +39,7 @@ cd BotServer
|
||||||
&"C:\Program Files\Microsoft VS Code\bin\code.cmd" .
|
&"C:\Program Files\Microsoft VS Code\bin\code.cmd" .
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Manual steps.
|
#### Manual steps.
|
||||||
|
|
||||||
1. [Optional] Install [Chocolatey](https://chocolatey.org/install), a Windows Package Manager;
|
1. [Optional] Install [Chocolatey](https://chocolatey.org/install), a Windows Package Manager;
|
||||||
|
@ -88,7 +88,6 @@ npm install -g npm-check-updates
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Specifications
|
## Specifications
|
||||||
|
|
||||||
## Dialogs
|
## Dialogs
|
||||||
|
@ -133,7 +132,7 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) {
|
||||||
### JavaScript
|
### JavaScript
|
||||||
|
|
||||||
| Título | Endereço |
|
| Título | Endereço |
|
||||||
|--------------------------------------------|---------------------------------------------------------------------------------------------------|
|
|---------------------------------------------|---------------------------------------------------------------------------------------------------|
|
||||||
| | https://deeplearnjs.org/ |
|
| | https://deeplearnjs.org/ |
|
||||||
| | Oimo.js http://lo-th.github.io/Oimo.js/\#stacking |
|
| | Oimo.js http://lo-th.github.io/Oimo.js/\#stacking |
|
||||||
| | js-sequence-diagrams: https://bramp.github.io/js-sequence-diagrams/ |
|
| | js-sequence-diagrams: https://bramp.github.io/js-sequence-diagrams/ |
|
||||||
|
@ -152,10 +151,21 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) {
|
||||||
|--------|----------------------------------|------------------------------------|
|
|--------|----------------------------------|------------------------------------|
|
||||||
| MSAL | Microsoft Authentication Library | https://www.npmjs.com/package/msal |
|
| MSAL | Microsoft Authentication Library | https://www.npmjs.com/package/msal |
|
||||||
|
|
||||||
|
### Visual Studio Code Shotcut keys
|
||||||
|
|
||||||
|
| Key | Description |
|
||||||
|
|--------------------------|-------------------------------------------------------------------------------|
|
||||||
|
| F8 | Next error. |
|
||||||
|
| F5 | Run. |
|
||||||
|
| CTRL + . | Auto refactoring (Fix). |
|
||||||
|
| ALT + SHIFT + DOWN ARROW | Duplicate the line code. |
|
||||||
|
| CTRL + SHIFT + H | Replace all followed by CTRL + ALT + ENTER on replace text box. |
|
||||||
|
| CTRL + SHIFT + B | Compile inside VSCode, you can also open an external terminal and run tsc -w. |
|
||||||
|
| CTRL + G | Go to the specified line. |
|
||||||
|
| CTRL + SHIFT + G | Goes to Git. |
|
||||||
|
|
||||||
### Visual Studio Code Extensions
|
### Visual Studio Code Extensions
|
||||||
|
|
||||||
|
|
||||||
| Title | Description |
|
| Title | Description |
|
||||||
|----------------------------------------------|-----------------------------------------------------------------|
|
|----------------------------------------------|-----------------------------------------------------------------|
|
||||||
| mbinic.tgit-cmds | Set of commands for launching TortoiseGit dialogs |
|
| mbinic.tgit-cmds | Set of commands for launching TortoiseGit dialogs |
|
||||||
|
|
Loading…
Add table
Reference in a new issue