kopia lustrzana https://github.com/c9/core
Respect watchers when formatting code
rodzic
6a5f67f523
commit
0f1974ab00
|
@ -210,6 +210,8 @@ module.exports = function setup(fsOptions) {
|
|||
unextend: unextend,
|
||||
use: use,
|
||||
|
||||
// Internal
|
||||
writeToWatchedFile: writeToWatchedFile,
|
||||
workspaceDir: fsOptions.projectDir
|
||||
});
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"c9.ide.language.javascript.infer": "#b9c2e4bdb8",
|
||||
"c9.ide.language.jsonalyzer": "#a0549e14ff",
|
||||
"c9.ide.language.codeintel": "#0b13a3fcc7",
|
||||
"c9.ide.collab": "#fea3b33dd1",
|
||||
"c9.ide.collab": "#bda74faeac",
|
||||
"c9.ide.local": "#9169fec157",
|
||||
"c9.ide.find": "#e632ecf4be",
|
||||
"c9.ide.find.infiles": "#ad9ff74638",
|
||||
|
|
Ładowanie…
Reference in New Issue