nrudnyk
nrudnyk
🐞 Open Quickly Overlay - The vertical separator should be the same color as the horizontal separator
@thecoolwinter not really, looks that the problem still exist for the dark theme
🐞 Open Quickly Overlay - The vertical separator should be the same color as the horizontal separator
moreover, there's much more important problem here https://user-images.githubusercontent.com/20221382/172391618-2f8d5890-e319-4c8a-bbd6-5afc1d31604e.mov maybe for the simplicity there's no need in previewing files? @lukepistrol @wdg what do you think?
🐞 Open Quickly Overlay - The vertical separator should be the same color as the horizontal separator
while file preview is cool (mos likely it is, plus it's useful), there's some cons to it: - it's already a little laggy previewing those files (maybe will be better...
@nvzqz thanks, you saved my day by mentioning that it's because apps were installed via Configurator. hopefully that's get's resolved
@wambambizzle @maticzav some other libs faced this issue, for example [Needle](https://github.com/uber/needle/pull/367) hopefully this can be resolved
>Recopied the parser.dylib file into swift-5.5/macosx and the code gen worked. Seems that Xcode 13 utilizes swift 5.5 and Xcode 14 used 5.6/7. This was were the swift versioning issues...
@wambambizzle you've mentioned that you copied `lib_InternalSwiftSyntaxParser.dylib` from `/Applications/Xcode.app` into it's `swift-5.5` folder. This step helped fixing first issue with missing parser.dylib. Then appeared `SwiftSyntaxParser.ParserError error`. So you copied `lib_InternalSwiftSyntaxParser.dylib`...
@wambambizzle I've built it manually using make. At the moment I have Xcode14, which is released officially
the current error is your second one, about swift-format mismatch, I think it's related to I'm on Ventura, so I can't run Xcode13, I've tried to use the `lib_InternalSwiftSyntaxParser.dylib` from...
to be explicit, it's ``` ✖ The operation couldn’t be completed. (SwiftSyntaxParser.ParserError error 1.) Error: There was an error formatting the code. Make sure your Swift version (i.e. `swift-format`) matches...