empty_statement.js 225 B

123456
  1. switch (error.code) {
  2. case ConfigurationEditingErrorCode.ERROR_INVALID_CONFIGURATION: {
  3. nls.localize('errorInvalidConfiguration', "Unable to write into settings. Correct errors/warnings in the file and try again.");
  4. };
  5. }