Skip to content

Commit 5c4dab6

Browse files
committed
updated keywords
1 parent 75d3279 commit 5c4dab6

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
"engines": {
2626
"vscode": "^1.6.0"
2727
},
28+
"keywords": [
29+
"python",
30+
"jupyter",
31+
"django",
32+
"flask",
33+
"ipython",
34+
"watson",
35+
"pyspark",
36+
"numpy",
37+
"matplotlib",
38+
"spark",
39+
"notebook"
40+
],
2841
"categories": [
2942
"Languages",
3043
"Debuggers",
@@ -421,13 +434,13 @@
421434
"request": "launch",
422435
"stopOnEntry": true,
423436
"osx": {
424-
"pythonPath": "${env.SPARK_HOME}/bin/spark-submit"
437+
"pythonPath": "${env.SPARK_HOME}/bin/spark-submit"
425438
},
426439
"windows": {
427-
"pythonPath": "${env.SPARK_HOME}/bin/spark-submit.cmd"
440+
"pythonPath": "${env.SPARK_HOME}/bin/spark-submit.cmd"
428441
},
429442
"linux": {
430-
"pythonPath": "${env.SPARK_HOME}/bin/spark-submit"
443+
"pythonPath": "${env.SPARK_HOME}/bin/spark-submit"
431444
},
432445
"program": "${file}",
433446
"cwd": "${workspaceRoot}",

0 commit comments

Comments
 (0)