Skip to content

Commit 966e516

Browse files
committed
Merge remote-tracking branch 'upstream/master'
* upstream/master: Remove jupyter functionality in favor of Jupyter extension (#302) Drop Python 2 URLs (#307)
2 parents 3c6520a + 4676284 commit 966e516

File tree

156 files changed

+125
-20092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+125
-20092
lines changed

gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const eolFilter = [
4040
'!.npmrc',
4141
'!.vscodeignore',
4242
'!LICENSE',
43-
'!webpack.config.js',
4443
'!**/node_modules/**',
4544
'!**/*.{svg,exe,png,bmp,scpt,bat,cmd,cur,ttf,woff,eot,txt,md,json,yml}',
4645
'!out/**/*',
@@ -61,7 +60,6 @@ const indentationFilter = [
6160
const tslintFilter = [
6261
'src/**/*.ts',
6362
'test/**/*.ts',
64-
'!webpack.config.js',
6563
'!**/node_modules/**',
6664
'!out/**/*',
6765
'!images/**/*',

package.json

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -850,12 +850,6 @@
850850
"type": "object",
851851
"title": "Python Configuration",
852852
"properties": {
853-
"python.promptToInstallJupyter": {
854-
"type": "boolean",
855-
"default": true,
856-
"description": "Display prompt to install Jupyter Extension.",
857-
"scope": "resource"
858-
},
859853
"python.pythonPath": {
860854
"type": "string",
861855
"default": "python",
@@ -1470,29 +1464,6 @@
14701464
"default": [],
14711465
"description": "Python launch arguments to use when executing a file in the terminal.",
14721466
"scope": "resource"
1473-
},
1474-
"python.jupyter.appendResults": {
1475-
"type": "boolean",
1476-
"default": true,
1477-
"description": "Whether to appen the results to results window, else clear and display.",
1478-
"scope": "resource"
1479-
},
1480-
"python.jupyter.defaultKernel": {
1481-
"type": "string",
1482-
"default": "",
1483-
"description": "Default kernel to be used. By default the first available kernel is used.",
1484-
"scope": "resource"
1485-
},
1486-
"python.jupyter.startupCode": {
1487-
"type": "array",
1488-
"items": {
1489-
"type": "string"
1490-
},
1491-
"default": [
1492-
"%matplotlib inline"
1493-
],
1494-
"description": "Code executed when the kernel starts. Such as the default of '%matplotlib inline'. Individual lines can be placed in separate items of the array.",
1495-
"scope": "resource"
14961467
}
14971468
}
14981469
},
@@ -1556,8 +1527,8 @@
15561527
]
15571528
},
15581529
"scripts": {
1559-
"vscode:prepublish": "tsc -p ./ && webpack",
1560-
"compile": "webpack && tsc -watch -p ./",
1530+
"vscode:prepublish": "tsc -p ./",
1531+
"compile": "tsc -watch -p ./",
15611532
"postinstall": "node ./node_modules/vscode/bin/install",
15621533
"test": "node ./out/test/standardTest.js && node ./out/test/multiRootTest.js",
15631534
"precommit": "node gulpfile.js",
@@ -1573,9 +1544,7 @@
15731544
"lodash": "^4.17.4",
15741545
"minimatch": "^3.0.3",
15751546
"named-js-regexp": "^1.3.1",
1576-
"rx": "^4.1.0",
15771547
"semver": "^5.4.1",
1578-
"socket.io": "^1.4.8",
15791548
"tmp": "0.0.29",
15801549
"tree-kill": "^1.1.0",
15811550
"uint64be": "^1.0.1",
@@ -1593,21 +1562,14 @@
15931562
"@types/chai-as-promised": "^7.1.0",
15941563
"@types/fs-extra": "^4.0.2",
15951564
"@types/get-port": "^3.2.0",
1596-
"@types/jquery": "^1.10.31",
15971565
"@types/lodash": "^4.14.74",
15981566
"@types/mocha": "^2.2.43",
15991567
"@types/node": "^6.0.40",
1600-
"@types/rx": "^2.5.33",
16011568
"@types/semver": "^5.4.0",
16021569
"@types/sinon": "^2.3.2",
1603-
"@types/socket.io": "^1.4.27",
1604-
"@types/socket.io-client": "^1.4.27",
16051570
"@types/uuid": "^3.3.27",
16061571
"@types/winreg": "^1.2.30",
16071572
"@types/xml2js": "^0.4.0",
1608-
"babel-core": "^6.14.0",
1609-
"babel-loader": "^6.2.5",
1610-
"babel-preset-es2015": "^6.14.0",
16111573
"chai": "^4.1.2",
16121574
"chai-as-promised": "^7.1.1",
16131575
"event-stream": "^3.3.4",
@@ -1616,20 +1578,15 @@
16161578
"gulp-typescript": "^3.2.2",
16171579
"gulp-watch": "^4.3.11",
16181580
"husky": "^0.14.3",
1619-
"ignore-loader": "^0.1.1",
16201581
"mocha": "^2.3.3",
16211582
"relative": "^3.0.2",
16221583
"retyped-diff-match-patch-tsd-ambient": "^1.0.0-0",
16231584
"sinon": "^2.3.6",
1624-
"transformime": "^3.1.2",
1625-
"transformime-marked": "0.0.1",
1626-
"ts-loader": "^2.3.4",
16271585
"tslint": "^5.7.0",
16281586
"tslint-eslint-rules": "^4.1.1",
16291587
"tslint-microsoft-contrib": "^5.0.1",
16301588
"typescript": "^2.5.2",
16311589
"typescript-formatter": "^6.0.0",
1632-
"vscode": "^1.1.5",
1633-
"webpack": "^1.13.2"
1590+
"vscode": "^1.1.5"
16341591
}
16351592
}

0 commit comments

Comments
 (0)