-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbanner_ui
35 lines (16 loc) · 1.01 KB
/
banner_ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
To start the Connect Extension Runner execute:
\t\033[0;94m$ cextrun\033[0m
You can add the \033[0;93m--debug\033[0m flag to the \033[0;94mcextrun\033[0m command to set the log level to \033[0;93mDEBUG\033[0m.
If you want the runner to detect the changes to your python files you can use the \033[0;93m--reload\033[0m flag to start it in autoreload mode:
\t\033[0;94m$ cextrun\033[0m \033[0;93m--debug\033[0m \033[0;93m--reload\033[0m
Don't forget to build the static artifacts running:
\t\033[0;94m$ npm run build\033[0m
You can also use a pre-configured tmux session that starts the runner in debug and autoreload mode and webpack in watch mode.
To run it execute:
\t\033[0;94m$ extension-devel\033[0m
The following key bindings are configured for you:
\t\033[0;95mF1\033[0m - Switch to runner window
\t\033[0;95mF2\033[0m - Switch to webpack window
\t\033[0;95mF3\033[0m - Send CTRL+C to both windows so the session will be terminated
To run the linter and tests running:
\t\033[0;94m$ extension-test\033[0m