I am trying to write an extension and have the following problem
If i copy & paste the python extension, change python to python2 and the extension expression for files to py2 and include it in the browser example nothing happens (start never called)
Same if i simply edit the existing python extension and change the constants like
export const PYTHON_LANGUAGE_ID = 'python2'; export const PYTHON_LANGUAGE_NAME = 'Python2';
what do i need to do to get my extension running
you can find the code https://github.com/cdietrich/theia/tree/try2 and https://github.com/cdietrich/theia/tree/try1