Open siemiatj opened 5 years ago
Same issue is happing when trying to refactor an JSX
based Rect Component and trying to rename a simple constant
as coded below:
export const CustomCellStyle = `
border-bottom-color: rgb(192, 192, 192);
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: rgb(192, 192, 192);
border-right-style: solid;
border-right-width: 1px;
color: rgb(0, 0, 0);
display: table-cell;
font-size: 12px;
width: 141px;
`;
Sublime 3.2.1, Build 3207, OSX Mojave
When trying to run any command, I'm getting this :
Sublime 3.1.1, build 3176, OSX El Capitan.