Skip to content

Commit

Permalink
re-add javascript and pyhton
Browse files Browse the repository at this point in the history
  • Loading branch information
masad-frost committed Sep 9, 2020
1 parent 88c524b commit fad99d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ module.exports = {
worker: undefined,
alias: undefined,
},
javascript: {
entry: 'vs/basic-languages/javascript/javascript.contribution',
worker: undefined,
alias: undefined,
},
json: {
entry: 'vs/language/json/monaco.contribution',
worker: {
Expand Down Expand Up @@ -220,6 +225,11 @@ module.exports = {
worker: undefined,
alias: undefined,
},
python: {
entry: 'vs/basic-languages/python/python.contribution',
worker: undefined,
alias: undefined,
},
qbasic: {
entry: 'vs/basic-languages/qbasic/qbasic.contribution',
worker: undefined,
Expand Down

0 comments on commit fad99d1

Please sign in to comment.