fix(all): Table formating.

This commit is contained in:
Rodrigo Rodriguez 2020-06-11 09:48:42 -03:00
parent f129032aa7
commit e01a845117

View file

@ -20,7 +20,6 @@ session.
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.
### Windows
#### PowerShell Script
@ -40,6 +39,7 @@ cd BotServer
&"C:\Program Files\Microsoft VS Code\bin\code.cmd" .
```
#### Manual steps.
1. [Optional] Install [Chocolatey](https://chocolatey.org/install), a Windows Package Manager;
@ -88,7 +88,6 @@ npm install -g npm-check-updates
![General Bots Inside Visual Studio Code provides a complete artificial intelligence based conversational platform](https://raw.githubusercontent.com/pragmatismo-io/BotServer/master/docs/images/general-bots-inside-visual-studio-code-provides-a-complete-artificial-intelligence-based-conversational-platform.png)
## Specifications
## Dialogs
@ -133,7 +132,7 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) {
### JavaScript
| Título | Endereço |
|--------------------------------------------|---------------------------------------------------------------------------------------------------|
|---------------------------------------------|---------------------------------------------------------------------------------------------------|
| | https://deeplearnjs.org/ |
| | Oimo.js http://lo-th.github.io/Oimo.js/\#stacking |
| | 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 |
### 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
| Title | Description |
|----------------------------------------------|-----------------------------------------------------------------|
| mbinic.tgit-cmds | Set of commands for launching TortoiseGit dialogs |