Kaynağa Gözat

Fixes label sanitization -- it was too aggressive

main
Eric Amodio 5 yıl önce
ebeveyn
işleme
547f76cba4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/commands/gitCommands.ts

+ 1
- 1
src/commands/gitCommands.ts Dosyayı Görüntüle

@ -22,7 +22,7 @@ import { SwitchGitCommand, SwitchGitCommandArgs } from './git/switch';
import { Container } from '../container';
import { configuration } from '../configuration';
const sanitizeLabel = /\$\(.+?\)|\W/g;
const sanitizeLabel = /\$\(.+?\)|\s/g;
export type GitCommandsCommandArgs =
| CherryPickGitCommandArgs

Yükleniyor…
İptal
Kaydet