Skip to content

Commit c85a178

Browse files
committed
Rename hook
1 parent 760f165 commit c85a178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/utils/hooks/useIsVscode.tsx renamed to src/commons/utils/hooks/useVscodeIntegration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Messages, {
1212
/**
1313
* To handle messages from VS Code.
1414
*/
15-
export const useIsVscode = () => {
15+
export const useVscodeIntegration = () => {
1616
const dispatch = useDispatch();
1717

1818
useEffect(() => {

0 commit comments

Comments
 (0)