Skip to content

Commit 2411e7e

Browse files
committed
pyspark by @shengyfu
1 parent 9d71095 commit 2411e7e

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
An extension with rich support for the [Python language](https://www.python.org/), with features including the following and more:
44
* Linting ([Prospector](https://pypi.io/project/prospector/), [Pylint](https://pypi.io/project/pylint/), [pycodestyle](https://pypi.io/project/pycodestyle/)/Pep8, [Flake8](https://pypi.io/project/flake8/), [pylama](https://github.com/klen/pylama), [pydocstyle](https://pypi.io/project/pydocstyle/) with config files and plugins)
55
* Intellisense (autocompletion with support for PEP-0484)
6-
* Scientific tools (Jupyter/IPython)
6+
* PySpark and Scientific tools (Jupyter/IPython)
77
* Auto indenting
88
* Code formatting ([autopep8](https://pypi.io/project/autopep8/), [yapf](https://pypi.io/project/yapf/), with config files)
99
* Code refactoring ([Rename](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Rename), [Extract Variable](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Extract-Variable), [Extract Method](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Extract-Method), [Sort Imports](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Sort-Imports))
@@ -103,13 +103,7 @@ For further information and details continue through to the [documentation](http
103103
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/blob/master/CHANGELOG.md)
104104

105105
### Thanks
106-
* [Thijs Damsma](https://github.com/tdamsma)
107-
* [Siddhartha Gandhi](https://github.com/gandhis1)
108-
* [Nobuhiro Nakamura](https://github.com/lefb766)
109-
* [Water Zheng](https://github.com/zhengxiaoyao0716)
110-
* [Andris Raugulis](https://github.com/arthepsy)
111-
* [Igor Novozhilov](https://github.com/IgorNovozhilov)
112-
* [Luca Mussi](https://github.com/splendido)
106+
* [Shengyu Fu](https://github.com/shengyfu)
113107

114108
## Source
115109

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python",
33
"displayName": "Python",
4-
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter) and more.",
4+
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.",
55
"version": "0.5.2",
66
"publisher": "donjayamanne",
77
"author": {

0 commit comments

Comments
 (0)