|
@@ -174,17 +174,30 @@ How to create a new locale for an app:
|
|
|
|
|
|
|
|
### Dev environment
|
|
### Dev environment
|
|
|
|
|
|
|
|
-#### Debugging with PyCharm
|
|
|
|
|
|
|
+#### Visual Code
|
|
|
|
|
+
|
|
|
|
|
+Adding 'hue' as a workspace, then:
|
|
|
|
|
+
|
|
|
|
|
+Recommended extensions:
|
|
|
|
|
+
|
|
|
|
|
+* Python - Microsoft
|
|
|
|
|
+* EsLint - Dirk Baeumur https://github.com/cloudera/hue/blob/master/.eslintrc.js
|
|
|
|
|
+* Mako - tommorris
|
|
|
|
|
+* Docker - Microsoft
|
|
|
|
|
+
|
|
|
|
|
+#### PyCharm
|
|
|
|
|
|
|
|
First step is to configure pycharm to use the Hue virtual environment at ./build/env/env
|
|
First step is to configure pycharm to use the Hue virtual environment at ./build/env/env
|
|
|

|
|

|
|
|
|
|
+
|
|
|
Second step is to configure the debug configuration
|
|
Second step is to configure the debug configuration
|
|
|

|
|

|
|
|
|
|
|
|
|
-#### Debugging with Eclipse
|
|
|
|
|
|
|
+#### Eclipse
|
|
|
|
|
|
|
|
First step is to configure Eclipse to use the Hue virtual environment at ./build/env/env
|
|
First step is to configure Eclipse to use the Hue virtual environment at ./build/env/env
|
|
|

|
|

|
|
|
|
|
+
|
|
|
Second step is to configure the debug configuration
|
|
Second step is to configure the debug configuration
|
|
|

|
|

|
|
|

|
|

|