mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
disable monaco-typecheck-watch because it seems to stall
This commit is contained in:
@@ -29,7 +29,7 @@ gulp.task('default', ['compile']);
|
||||
// All
|
||||
gulp.task('clean', ['clean-client', 'clean-extensions']);
|
||||
gulp.task('compile', ['monaco-typecheck', 'compile-client', 'compile-extensions']);
|
||||
gulp.task('watch', ['monaco-typecheck-watch', 'watch-client', 'watch-extensions']);
|
||||
gulp.task('watch', [/* 'monaco-typecheck-watch', */ 'watch-client', 'watch-extensions']);
|
||||
|
||||
// All Build
|
||||
gulp.task('clean-build', ['clean-client-build', 'clean-extensions-build']);
|
||||
|
||||
Reference in New Issue
Block a user