We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e392faf commit 2479341Copy full SHA for 2479341
org.nodeclipse.ui/src/org/nodeclipse/ui/preferences/PreferenceInitializer.java
@@ -111,6 +111,7 @@ public void initializeDefaultPreferences() {
111
store.setDefault(PreferenceConstants.COFFEE_PATH, coffee_path);
112
}
113
114
+ store.setDefault(PreferenceConstants.COFFEE_COMPILE_OPTIONS, "--watch");
115
file = new File(typescript_compiler_path);
116
if (file.exists()) {
117
store.setDefault(PreferenceConstants.TYPESCRIPT_COMPILER_PATH, typescript_compiler_path);
0 commit comments