nameouschangey / Stormworks_VSCodeExtension

VSCode Extension providing some better build processing for Stormworks
29 stars 8 forks source link

require bug found with fix #92

Closed samohtGTO closed 2 years ago

samohtGTO commented 2 years ago

the default microcontroller has a bug and i found solution

--- Developed using LifeBoatAPI - Stormworks Lua plugin for VSCode - https://code.visualstudio.com/download (search "Stormworks Lua with LifeboatAPI" extension)
--- If you have any issues, please report them here: https://github.com/nameouschangey/STORMWORKS_VSCodeExtension/issues - by Nameous Changey
--- Remember to set your Author name etc. in the settings: CTRL+COMMA

require("_build._simulator_config") -- default simulator config, CTRL+CLICK it or F12 to goto this file and edit it. Its in a separate file just for convenience.
require("LifeBoatAPI")

dont use that instead

--- Developed using LifeBoatAPI - Stormworks Lua plugin for VSCode - https://code.visualstudio.com/download (search "Stormworks Lua with LifeboatAPI" extension)
--- If you have any issues, please report them here: https://github.com/nameouschangey/STORMWORKS_VSCodeExtension/issues - by Nameous Changey
--- Remember to set your Author name etc. in the settings: CTRL+COMMA

require('_build._simulator_config') -- default simulator config, CTRL+CLICK it or F12 to goto this file and edit it. Its in a separate file just for convenience.
require('LifeBoatAPI')        
nameouschangey commented 2 years ago

You need to include far more information when you're submitting things like this. I appreciate you "finding a fix" but I don't even know what the bug is from what you've written.

Remember that I don't see what's on your screen, so you need to provide me as much information and context as possible - or I won't be able to follow what you're saying.

Thanks for submitting.

samohtGTO commented 2 years ago

sry but if you dont it give the require error that he didnt find it

nameouschangey commented 2 years ago

As a basic template, this is what you need to provide this when submitting bugs:

And when giving feature suggestions:

Replying with one-line answers, does not help. I'm spending far too much time trying to understand what you're raising; but I'm trying to give you the benefit of the doubt as nobody starts off "knowing" how to submit good bugs. Please try to be more descriptive though.