error
![[Job parameter] 오류 _ Step already complete or not restartable, so no action to execute : All steps already completed or no steps configured for this job.](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FXK2OP%2FbtrKZe7TEG5%2F1bK5N1RelxEPnvFZpqJak0%2Fimg.png)
[Job parameter] 오류 _ Step already complete or not restartable, so no action to execute : All steps already completed or no steps configured for this job.
job parameter를 넣고 job을 실행했을 때 , 파라미터값이 달라도 step_execution_id 가 같은 게 참조되고 complited 되어있으니 step을 실행시키지 않는다는 오류가 발생했다. // All steps already completed or no steps configured for this job. Step already complete or not restartable, so no action to execute: StepExecution: id=4, version=3, name=helloStep2, status=COMPLETED, exitStatus=COMPLETED, readCount=0, filterCount=0, writeCount=0 readSkipCount=0, ..

'v-slot' directive doesn't support any modifier.
vscode도 js로 만들어져있기때문에 vscode setting값을 조정할때 settings.json 파일에서 설정값을 추가할 수 있다. 없다면 임의로 내부에 만들어 추가하면된다. 저건 vueter의 설정값때문에 오류가 아니지만 display로 오류를 보여주는 건데 동작하는데는 문제가 없다. 따라서 위에처럼 .vscode 폴더 안에 settings.json 파일을 만들어 다음과 같은 veuter설정을 추가해주면 거슬리던 오류들이 사라진다.