You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -952,7 +952,7 @@ define({
952
952
"DESCRIPTION_HIGHLIGHT_MATCHES_WORDS_ONLY": "Highlight only when selection is a complete token",
953
953
"DESCRIPTION_INSERT_HINT_ON_TAB": "true to insert the currently selected code hint on tab",
954
954
"DESCRIPTION_NO_HINTS_ON_DOT": "true to not automatically show JS code hints when . is typed",
955
-
"DESCRIPTION_JSHINT_OPTIONS": "An object with the default options for JSHint. Please see the following URL for all available JSHint Options: https://jshint.com/docs/options/",
955
+
"DESCRIPTION_JSHINT_DISABLE": "true to disable JSHints linter in problems panel",
956
956
"DESCRIPTION_LANGUAGE": "Language specific settings",
957
957
"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS": "Additional mappings from file extension to language name",
958
958
"DESCRIPTION_LANGUAGE_FILE_NAMES": "Additional mappings from file name to language name",
0 commit comments