Skip to content

Commit

Permalink
ads settings in json
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley authored May 28, 2021
1 parent b7024b8 commit 7e10a00
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ch-workstation.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,20 @@ The installation order does not matter.
1. Data | Sql | **Show Connection Info In Title: uncheck** {`"sql.showConnectionInfoInTitle": false`}
1. Data | Sql | **Copy Include Headers: check** {`"sql.copyIncludeHeaders": true`}

```json
{
"workbench.enablePreviewFeatures": true,
"workbench.colorTheme": "Default Dark Azure Data Studio",
"editor.tabSize": 2,
"editor.detectIndentation": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"queryEditor.showConnectionInfoInTitle": false,
"queryEditor.results.copyIncludeHeaders": true
}
```

### Visual Studio Code {#workstation-vscode}

[Visual Studio Code](https://code.visualstudio.com/) is an extensible text editor that runs on Windows and Linux, similar to [Atom](https://atom.io/) (described above). It's much [lighter](https://stackoverflow.com/questions/30527522/what-are-the-differences-between-visual-studio-code-and-visual-studio) than the full [Visual Studio](https://visualstudio.microsoft.com/). Like Atom, it supports browsing through the directory structure, replacing across files, interaction with git, and previewing markdown. Currently, it supports searching CSVs better than Atom. Productivity is enhanced with the following extensions: {added Dec 2018}
Expand Down

0 comments on commit 7e10a00

Please sign in to comment.