We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8487b1 commit b66e4ffCopy full SHA for b66e4ff
webview-ui/src/components/prompts/PromptsView.tsx
@@ -792,7 +792,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
792
// Open or create an empty file
793
vscode.postMessage({
794
type: "openFile",
795
- text: `./.clinerules-${currentMode.slug}`,
+ text: `./.roorules-${currentMode.slug}`,
796
values: {
797
create: true,
798
content: "",
@@ -928,7 +928,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
928
onClick={() =>
929
930
931
- text: "./.clinerules",
+ text: "./.roorules",
932
933
934
0 commit comments