nitg16
nitg16
Please make the file executable if it is not already. You can do it from right click properties menu of a file or you can run the commnad below: chmod...
For anyone who is looking for a solution, this worked for me. ```python from referencing import Registry, Resource from referencing.jsonschema import DRAFT202012 from jsonschema import Draft202012Validator registry = Registry() #...
How to do this via plugin? I arrived at this code after reading docs, but how to proceed further? ```typescript export const McpApproval = async ({ project, client, $, directory,...
This is a major UI/UX regression IMHO. The actual code view now takes 25% of screen space and rest of the UI takes 75% screen space. It should be exact...