File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ cd "$VSCODE_DIR" || exit 1
3030echo " Replacing 'VSCodium' -> 'Codesphere'..."
3131find . -type f \( -name " *.ts" -o -name " *.js" -o -name " *.html" -o -name " *.json" -o -name " *.md" \) \
3232 -not -path " */node_modules/*" -not -path " */.git/*" \
33- -exec perl -pi -e ' s/(?<!github.com\/)VSCodium/Codesphere/g' {} +
33+ -exec perl -pi -e ' s/(?<!github.com\/)(?<!\@) VSCodium/Codesphere/g' {} +
3434
3535echo " Replacing 'vscodium' -> 'codesphere'..."
3636find . -type f \( -name " *.ts" -o -name " *.js" -o -name " *.html" -o -name " *.json" -o -name " *.md" \) \
3737 -not -path " */node_modules/*" -not -path " */.git/*" \
38- -exec perl -pi -e ' s/(?<!github.com\/)vscodium/codesphere/g' {} +
38+ -exec perl -pi -e ' s/(?<!github.com\/)(?<!\@) vscodium/codesphere/g' {} +
3939
4040echo " Replacing 'Visual Studio Code' -> 'Codesphere IDE'..."
4141find . -type f \( -name " *.ts" -o -name " *.js" -o -name " *.html" -o -name " *.json" -o -name " *.md" \) \
You can’t perform that action at this time.
0 commit comments