Valentin Knabel

Results 44 comments of Valentin Knabel

What are the preferred plans for this? Do you prefer translation relying on Localizable.strings or by patching the JSON-files?

Maybe [imthe666st/ACNH](https://github.com/imthe666st/ACNH) can help you here. I also wrote a short [playground script to generate a Localizable.strings file](https://gist.github.com/vknabel/75ad69b3e6a26685cabe62f6ff22bc2c). Only tested it for a few minutes, but works pretty well after...

Great to hear and happy to help! The localizable approach was just the quickest and easiest way to get a prototype working. I guess patching the dataset is better, too!...

Thank you very much @Dimillian. I will take a look this evening in about 9-12 hours!

It works very well! From my perspective, this is done. I opened #111 for a small and rare edge case. But good and blazingly fast work!

This should be solvable the same way as it can be in https://github.com/vknabel/vscode-swift-development-environment/issues/27#issuecomment-414717260 and as [nuclide](https://github.com/facebook/nuclide) already does: by using `other-args` from `.build/(debug|release).yaml`.

As I have been mentioned (thanks btw), I wanted to join this discussion. I didn't know this repo is still maintained. I agree that the community as a whole needs...

Just guessing: you are not using a Swift Package Manager project, right? This is probably related to #35 (Package.swift is not part of the SPM project itself)

I generally agree that it will be much easier to maintain the new Mintfile approach. I just wanted to throw in some ideas. # Ruby The current approach by @hiragram...

@kuiba0324 this repository isn't maintained anymore and does only support Swift 3.1. Instead use my fork [vknabel/vscode-swift-development-environment](https://github.com/vknabel/vscode-swift-development-environment) which supports Swift 4.x. Also ensure you uninstall [jinmingjian.sde](https://marketplace.visualstudio.com/items?itemName=jinmingjian.sde) and install [vknabel.vscode-swift-development-environment](https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment) (called...