Strongly type createTerminal by Tyriar · Pull Request #312 · DonJayamanne/pythonVSCode

@Tyriar

@Tyriar Tyriar deleted the strongly_type_createTerminal branch

September 15, 2016 02:56

DonJayamanne added a commit that referenced this pull request

Nov 28, 2017
… setting (#312)

Fixes #285 
* This setting is deprecated in favour of the standard vs code setting to enable the feature of formattig on save.
* Also took the liberty of refactoring some files (reduces code review for re-engineering of execution engine).
* Removed unused file 'windowsService.ts'

DonJayamanne added a commit that referenced this pull request

Nov 28, 2017
* upstream/master:
  Remove setting python.formatting.formatOnSave in favor of the vs code setting (#312)

DonJayamanne added a commit that referenced this pull request

Nov 29, 2017
* master:
  Remove setting linting.lintOnTextChange as it was never implemented (#315)
  Remove setting python.formatting.formatOnSave in favor of the vs code setting (#312)
  Remove jupyter functionality in favor of Jupyter extension (#302)
  Drop Python 2 URLs (#307)
  Fix debugging tests (#304)