@typespec/prettier-plugin-typespec 0.41.0 → 0.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1419,6 +1419,12 @@ const diagnostics = {
1419
1419
  default: paramMessage `Path "${"path"}" cannot be relative. Use {cwd} or {project-root} to specify what the path should be relative to.`,
1420
1420
  },
1421
1421
  },
1422
+ "config-path-not-found": {
1423
+ severity: "error",
1424
+ messages: {
1425
+ default: paramMessage `No configuration file found at config path "${"path"}".`,
1426
+ },
1427
+ },
1422
1428
  /**
1423
1429
  * Program
1424
1430
  */