#uhh hello? I can use vs code dev? But I see vs core is 404 why?
1 messages · Page 1 of 1 (latest)
Ok so
VSCore is closed source
you have to follow the instructions in the 1.18.2 readme, the ones you are following are not up to date
if you are making an addon, you should look into how mods like Eureka has setup their build script
I only use VSCODE IDE
How fix non project?
Are you trying to make an addon or are you trying to change VS itself
not plusgin
Only mod
Valkyrien Skies 2 I really want use. VSCODE IDae
but non project right now
Language seem to be an issue, I will try in another way:
Are you making a mod that will use Valkyrien skies (VS) as a dependency, like clockwork or eureka, or are you trying to edit the code of valkyrien skies itself?
Because the setup is not the same
here
I download code
use VS CODE IDE open
Just right now I want fix non project
welp, I don't remember exactly what the setup is, but im pretty sure it works on 1.18.2
I download 1.20.1
Also VSCode's support for kotlin is really poor
you will have a hard time developing with it
Can you show the result of the gradle build command?
Let me put it this way, if I don't change anything, it can compile perfectly
gradle build
Now I just want to solve the problem of vs code non project
So the problem is that you have errors showing up in VSCode, but other than that the project builds, right?
Well I think the errors you get are because VSCode lacks proper support for kotlin
@lapis oriole what do you think about that?
kotlin gradle script?
build script generally have way more complex protocol iirc, so it might not be able to gauge from the build script
Do I need anything else?
but why are you downloading the source code if youre making a mod?
Sorry I m not making mod
Just download
The code
And ues VSCODE ide oped
And tell me non-project
the thing is it sounds like build script error
and you know gradle, it's like one of the hardest thing to work with in when programming in java...
the project can build yeah, but those file is probably not included
then you add mixin with it
I am guessing you build this because some addon require this specific version yes?
you can instead open the jar of the addon and edit it's META-INF
really depends what addon is it?
I know it's VSCode IDE no need to tell me gazillion times, however I feel like youre trying to fix Y to fix X instead of fixing X directly
there's better way to make the said addon work with the current released valkyrien skies, since well the alternative is working with gradle
I just try fix or change this mod my friend need it
I just need to solve the non-project problem. I have tried many ways but I don't know how to do it now.
hi?
This does not even look like an actual error, but just a warning
Personally I never managed to have a project that uses kotlin to work properly with VSCode, hence why I switched to IDEA
Even plain java projects were barely working with it
Yes, this is indeed a warning. This is what I want to ask. This warning means that the project cannot be recognized. If it is recognized, all warnings will be seen correctly⚠️
Well its not recognized probably because VSCode does not work correctly with Java and kotlin projects
it works fine enough
i tried it out of curiosity
and i got it working with clockwork repo
In my experience it was quite random, the kotlin plugin breaks the java plugin and it failed to properly configure the project
But maybe that was a skill issue on my side 
i didn’t install the java plug-in 🥱