summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-02 19:45:17 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-02 19:45:17 -0400
commit27be51addfbf146962efed0221c26431353c326a (patch)
tree88e3fd4f32bf02734a79be83d437c5e1cf86b192 /extension/react-app/src/components
parent725b4f00ff6699e0ea52b7bd7bf03398dfa22016 (diff)
parent85b19295941c272f3a6250ecab6126d45d357d6a (diff)
downloadsncontinue-27be51addfbf146962efed0221c26431353c326a.tar.gz
sncontinue-27be51addfbf146962efed0221c26431353c326a.tar.bz2
sncontinue-27be51addfbf146962efed0221c26431353c326a.zip
Merge branch 'docs'
Diffstat (limited to 'extension/react-app/src/components')
-rw-r--r--extension/react-app/src/components/CodeMultiselect.tsx2
-rw-r--r--extension/react-app/src/components/VSCodeFileLink.tsx4
2 files changed, 3 insertions, 3 deletions
diff --git a/extension/react-app/src/components/CodeMultiselect.tsx b/extension/react-app/src/components/CodeMultiselect.tsx
index 626ae42f..c0ab9400 100644
--- a/extension/react-app/src/components/CodeMultiselect.tsx
+++ b/extension/react-app/src/components/CodeMultiselect.tsx
@@ -135,7 +135,7 @@ function formatFileRange(
)} (lines ${rangeInFile.range.start.line + 1}-${
rangeInFile.range.end.line + 1
})`;
- // +1 because VSCode Ranges are 0-indexed
+ // +1 because VS Code Ranges are 0-indexed
}
//#endregion
diff --git a/extension/react-app/src/components/VSCodeFileLink.tsx b/extension/react-app/src/components/VSCodeFileLink.tsx
index 6219654d..12ce5af8 100644
--- a/extension/react-app/src/components/VSCodeFileLink.tsx
+++ b/extension/react-app/src/components/VSCodeFileLink.tsx
@@ -1,7 +1,7 @@
import React from "react";
import { postVscMessage } from "../vscode";
-function VSCodeFileLink(props: { path: string; text?: string }) {
+function VS CodeFileLink(props: { path: string; text?: string }) {
return (
<a
href={`file://${props.path}`}
@@ -14,4 +14,4 @@ function VSCodeFileLink(props: { path: string; text?: string }) {
);
}
-export default VSCodeFileLink;
+export default VS CodeFileLink;