Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit b38abeb

Browse files
committed
this is not a place for this
1 parent 39df1ee commit b38abeb

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

src/filesystem/FileSystem.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,6 @@ define(function (require, exports, module) {
9999
WatchedRoot = require("filesystem/WatchedRoot"),
100100
EventDispatcher = require("utils/EventDispatcher");
101101

102-
// var PreferencesManager = require("preferences/PreferencesManager"),
103-
// Strings = require("strings");
104-
//
105-
// var ignored = [
106-
// "**/node_modules/**",
107-
// "**/.git/**",
108-
// "**/.svn/**"
109-
// ];
110-
// this._preferencesManager.definePreference("fileWatchers.ignored", "array", ignored, {
111-
// description: Strings.DESCRIPTION_FILE_WATCHERS_IGNORED
112-
// });
113-
114102
/**
115103
* The FileSystem is not usable until init() signals its callback.
116104
* @constructor

src/nls/root/strings.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,5 @@ define({
789789
"DEFAULT_PREFERENCES_JSON_DEFAULT" : "Default",
790790
"DESCRIPTION_PURE_CODING_SURFACE" : "true to enable code only mode and hide all other UI elements in {APP_NAME}",
791791
"DESCRIPTION_INDENT_LINE_COMMENT" : "true to enable indenting of line comments",
792-
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files",
793-
"DESCRIPTION_FILE_WATCHERS_IGNORED" : "Array of path to ignore during file watching"
792+
"DESCRIPTION_RECENT_FILES_NAV" : "Enable/disable navigation in recent files"
794793
});

0 commit comments

Comments
 (0)