Skip to content

Commit

Permalink
Run prettier on our yaml, json and md files (#10871)
Browse files Browse the repository at this point in the history
* Run prettier on our yaml and md files
* Run prettier on some of our json files
* Use prettier 2.0.2
  • Loading branch information
kimadeline authored Apr 1, 2020
1 parent c523d6b commit 4f774d9
Show file tree
Hide file tree
Showing 64 changed files with 7,974 additions and 8,110 deletions.
40 changes: 19 additions & 21 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or the definition README at
// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node-8
{
"name": "Node.js 8 & TypeScript",
"dockerFile": "Dockerfile",
"name": "Node.js 8 & TypeScript",
"dockerFile": "Dockerfile",

// Use 'settings' to set *default* container specific settings.json values on container create.
// You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
// Use 'settings' to set *default* container specific settings.json values on container create.
// You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},

// Uncomment the next line if you want to publish any ports.
// "appPort": [],

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "yarn install",
// Uncomment the next line if you want to publish any ports.
// "appPort": [],

// Uncomment the next line to use a non-root user. On Linux, this will prevent
// new files getting created as root, but you may need to update the USER_UID
// and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
// "runArgs": [ "-u", "node" ],
// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "yarn install",

// Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": [
"ms-vscode.vscode-typescript-tslint-plugin"
]
}
// Uncomment the next line to use a non-root user. On Linux, this will prevent
// new files getting created as root, but you may need to update the USER_UID
// and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
// "runArgs": [ "-u", "node" ],

// Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": ["ms-vscode.vscode-typescript-tslint-plugin"]
}
25 changes: 14 additions & 11 deletions .github/ISSUE_TEMPLATE/1_ds_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Bug report for Notebook Editor, Interactive Window, Python Editor cells
about: Create a report to help us improve
labels: type-bug, data science
---

# Bug: Notebook Editor, Interactive Window, Editor cells

<!-----------------------------------------------------------------------------------------------
Expand All @@ -13,6 +14,7 @@ bug template instead of this one. ***Thank you!***
------------------------------------------------------------------------------------------------->

## Steps to cause the bug to occur

1.

## Actual behavior
Expand All @@ -25,22 +27,23 @@ https://github.com/phw/peek or https://www.screentogif.com/ to create one.
------------------------------------------------------------------------------------------------->

### Your Jupyter and/or Python environment
*Please provide as much info as you readily know*
- **Jupyter server running:** Local | Remote | N/A
- **Extension version:** 20YY.MM.#####-xxx
- **VS Code version:** #.##
- **Setting python.jediEnabled:** true | false
- **Python and/or Anaconda version:** #.#.#
- **OS:** Windows | Mac | Linux (distro):
- **Virtual environment:** conda | venv | virtualenv | N/A | ...

_Please provide as much info as you readily know_

- **Jupyter server running:** Local | Remote | N/A
- **Extension version:** 20YY.MM.#####-xxx
- **VS Code version:** #.##
- **Setting python.jediEnabled:** true | false
- **Python and/or Anaconda version:** #.#.#
- **OS:** Windows | Mac | Linux (distro):
- **Virtual environment:** conda | venv | virtualenv | N/A | ...

## Developer Tools Console Output

<!-----------------------------------------------------------------------------------------------
Copy/paste the output in the "Console" tab in the "Developer Tools" panel (Help >
Toggle Developer Tools). For better details, run the "Enable source map support for
extension debugging" command in VS Code at least once beforehand.
------------------------------------------------------------------------------------------------->
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer



Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE/2_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ labels: classify, type-bug

## Environment data

- VS Code version: XXX
- Extension version (available under the Extensions sidebar): XXX
- OS and version: XXX
- Python version (& distribution if applicable, e.g. Anaconda): XXX
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): XXX
- Relevant/affected Python packages and their versions: XXX
- Relevant/affected Python-related VS Code extensions and their versions: XXX
- Jedi or Language Server? (i.e. what is `"python.jediEnabled"` set to; more info #3977): XXX
- Value of the `python.languageServer` setting: XXX
- VS Code version: XXX
- Extension version (available under the Extensions sidebar): XXX
- OS and version: XXX
- Python version (& distribution if applicable, e.g. Anaconda): XXX
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): XXX
- Relevant/affected Python packages and their versions: XXX
- Relevant/affected Python-related VS Code extensions and their versions: XXX
- Jedi or Language Server? (i.e. what is `"python.jediEnabled"` set to; more info #3977): XXX
- Value of the `python.languageServer` setting: XXX

## Expected behaviour

Expand All @@ -27,6 +27,7 @@ XXX
XXX

## Steps to reproduce:

[**NOTE**: Self-contained, minimal reproducing code samples are **extremely** helpful and will expedite addressing your issue]

1. XXX
Expand All @@ -36,6 +37,7 @@ Note: If you think a GIF of what is happening would be helpful, consider tools l
-->

## Logs

Output for `Python` in the `Output` panel (`View``Output`, change the drop-down the upper-right of the `Output` panel to `Python`)

```
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/3_ds_feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Feature request for Notebook Editor, Interactive Window, Editor cells
about: Suggest an idea for this project
labels: type-enhancement, data science
---

# Feature: Notebook Editor, Interactive Window, Python Editor cells

<!-----------------------------------------------------------------------------------------------
Expand All @@ -14,7 +15,4 @@ request template instead of this one. ***Thank you!***

## Description


Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer


21 changes: 11 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ For #
If an item below does not apply to you, then go ahead and check it off as "done" and strikethrough the text, e.g.:
- [x] ~Has unit tests & system/integration tests~
-->
- [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
- [ ] Title summarizes what is changing.
- [ ] Has a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!).
- [ ] Appropriate comments and documentation strings in the code.
- [ ] Has sufficient logging.
- [ ] Has telemetry for enhancements.
- [ ] Unit tests & system/integration tests are added/updated.
- [ ] [Test plan](https://github.com/Microsoft/vscode-python/blob/master/.github/test_plan.md) is updated as appropriate.
- [ ] [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package-lock.json) has been regenerated by running `npm install` (if dependencies have changed).
- [ ] The wiki is updated with any design decisions/details.

- [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
- [ ] Title summarizes what is changing.
- [ ] Has a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!).
- [ ] Appropriate comments and documentation strings in the code.
- [ ] Has sufficient logging.
- [ ] Has telemetry for enhancements.
- [ ] Unit tests & system/integration tests are added/updated.
- [ ] [Test plan](https://github.com/Microsoft/vscode-python/blob/master/.github/test_plan.md) is updated as appropriate.
- [ ] [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package-lock.json) has been regenerated by running `npm install` (if dependencies have changed).
- [ ] The wiki is updated with any design decisions/details.
Loading

0 comments on commit 4f774d9

Please sign in to comment.