#uhh hello? I can use vs code dev? But I see vs core is 404 why?

1 messages · Page 1 of 1 (latest)

fickle crystal
quick arch
#

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

fickle crystal
#

I only use VSCODE IDE
How fix non project?

quick arch
#

Are you trying to make an addon or are you trying to change VS itself

fickle crystal
#

not plusgin

#

Only mod

#

Valkyrien Skies 2 I really want use. VSCODE IDae

#

but non project right now

quick arch
#

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

fickle crystal
#

here

#

I download code

#

use VS CODE IDE open

#

Just right now I want fix non project

quick arch
#

welp, I don't remember exactly what the setup is, but im pretty sure it works on 1.18.2

fickle crystal
#

I download 1.20.1

quick arch
#

Also VSCode's support for kotlin is really poor

#

you will have a hard time developing with it

fickle crystal
quick arch
#

Can you show the result of the gradle build command?

fickle crystal
#

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

quick arch
#

So the problem is that you have errors showing up in VSCode, but other than that the project builds, right?

fickle crystal
#

its need change build.grades?

#

Right

quick arch
#

Well I think the errors you get are because VSCode lacks proper support for kotlin

#

@lapis oriole what do you think about that?

fickle crystal
#

Let me see

#

But I have kotlin

#

For 1.9.0

haughty sentinel
#

kotlin gradle script?

fickle crystal
#

Grade 8.3

#

JDK 17

haughty sentinel
#

build script generally have way more complex protocol iirc, so it might not be able to gauge from the build script

fickle crystal
#

Do I need anything else?

haughty sentinel
#

but why are you downloading the source code if youre making a mod?

fickle crystal
#

Sorry I m not making mod

#

Just download

#

The code

#

And ues VSCODE ide oped

#

And tell me non-project

haughty sentinel
#

the thing is it sounds like build script error

fickle crystal
#

Yes I try

#

Mod can build

haughty sentinel
#

and you know gradle, it's like one of the hardest thing to work with in when programming in java...

haughty sentinel
haughty sentinel
#

I am guessing you build this because some addon require this specific version yes?

fickle crystal
#

Yes so I need open VSCODE

#

But

#

You see here

haughty sentinel
#

you can instead open the jar of the addon and edit it's META-INF

#

really depends what addon is it?

fickle crystal
#

Look

#

it’s VSCODE ide

#

How fix this

haughty sentinel
#

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

fickle crystal
#

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.

fickle crystal
#

hi?

quick arch
#

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

fickle crystal
#

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⚠️

quick arch
#

Well its not recognized probably because VSCode does not work correctly with Java and kotlin projects

gilded tinsel
#

i tried it out of curiosity

#

and i got it working with clockwork repo

quick arch
#

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 clueless

gilded tinsel